aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuna A. Sandvik <runa.sandvik@gmail.com>2011-08-21 22:05:38 +0100
committerRuna A. Sandvik <runa.sandvik@gmail.com>2011-08-21 22:05:38 +0100
commitd26ec7d068a3dc30a6464c5ea250d32d365bf699 (patch)
treef7802d145255ca46b9eef33e541f0bec5df11439
parent8a14db8ef9880456808904b6b3a6c098606ab321 (diff)
downloadtorouter-d26ec7d068a3dc30a6464c5ea250d32d365bf699.tar.gz
torouter-d26ec7d068a3dc30a6464c5ea250d32d365bf699.zip
Fixing minor typo while hunting down another bug
-rw-r--r--packages/torouter-prep/src/torouter_config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/torouter-prep/src/torouter_config.sh b/packages/torouter-prep/src/torouter_config.sh
index deaa72b..791a7b2 100644
--- a/packages/torouter-prep/src/torouter_config.sh
+++ b/packages/torouter-prep/src/torouter_config.sh
@@ -6,7 +6,7 @@ echo "This program will now reconfigure your Debian system into a Torouter"
# For every file we touch, move it to the temp_dir and then tar it up in the end
export temp_dir="`mktemp -d`"
-export config_dir="/usr/share/torouter-prep/example-configs/"
+export config_dir="/usr/share/torouter-prep/example-configs"
# Add a user to administrate the Torouter later
export ADMINUSER="torouter"