diff options
author | Damien Lallement <dams@mageia.org> | 2011-02-17 12:39:39 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-02-17 12:39:39 +0000 |
commit | c58e24448e46ff0200f9a8ef1fc7df6bccefcbb2 (patch) | |
tree | bb771f631e239097e3bc3f1f83fa1bb7b83078d2 /modules/planet | |
parent | 08de7e2567962c01ff9152ba6ae8b5cf251ce9b6 (diff) | |
download | puppet-c58e24448e46ff0200f9a8ef1fc7df6bccefcbb2.tar puppet-c58e24448e46ff0200f9a8ef1fc7df6bccefcbb2.tar.gz puppet-c58e24448e46ff0200f9a8ef1fc7df6bccefcbb2.tar.bz2 puppet-c58e24448e46ff0200f9a8ef1fc7df6bccefcbb2.tar.xz puppet-c58e24448e46ff0200f9a8ef1fc7df6bccefcbb2.zip |
typo
Diffstat (limited to 'modules/planet')
-rwxr-xr-x | modules/planet/templates/deploy_new-planet.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/planet/templates/deploy_new-planet.sh b/modules/planet/templates/deploy_new-planet.sh index 0c930773..a334e2ee 100755 --- a/modules/planet/templates/deploy_new-planet.sh +++ b/modules/planet/templates/deploy_new-planet.sh @@ -2,7 +2,7 @@ # Initialization PATH_TO_FILE=${PATH_TO_FILE:-/var/lib/planet} -PATH_TO_PLANET=${PATH_TO_FILE:-/var/www/html/planet<%= domain %>} +PATH_TO_PLANET=${PATH_TO_PLANET:-/var/www/html/planet<%= domain %>} #Ask for new locale name if no parameter given echo -n "Locale name: " @@ -13,7 +13,7 @@ echo -e -n "Do you confirm the entry: \"$locale\"? (y/n) " read answer if [ "$answer" == "y" ] then - FILE="$PATH_TO_FILE/$locale/" + FILE="$PATH_TO_PLANET/$locale/" if test -d $FILE then echo "Aborted, $FILE already exist." |