From 6caf6419b710e868ed9a9a66fb93c7d384d81cfc Mon Sep 17 00:00:00 2001 From: "Runa A. Sandvik" Date: Mon, 22 Aug 2011 12:05:43 +0100 Subject: Putting the / back --- packages/torouter-prep/src/torouter_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/torouter-prep/src/torouter_config.sh b/packages/torouter-prep/src/torouter_config.sh index 791a7b2..deaa72b 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" -- cgit v1.2.3