From 82ee0ea183a31ec4b9568fcbe7d6f1de5109e830 Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Thu, 17 Feb 2011 12:41:23 +0000 Subject: add missing '.' --- modules/planet/templates/deploy_new-planet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/planet') diff --git a/modules/planet/templates/deploy_new-planet.sh b/modules/planet/templates/deploy_new-planet.sh index a334e2ee..6c4b8c9c 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_PLANET:-/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: " -- cgit v1.2.1