From 79a9107c4c28831262a7beb4072bc1e9357a54a2 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 11 Feb 2013 18:56:02 +0530 Subject: [PATCH] Fix conflict with some shell --- setup/engine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/engine b/setup/engine index 6ad4a089..4890a202 100755 --- a/setup/engine +++ b/setup/engine @@ -408,7 +408,7 @@ then # Creating Htdocs & Logs Directory echo -e "\033[34m Creating htdocs & logs Directory \e[0m" - mkdir -p /var/www/$DOMAIN/{htdocs,logs} \ + (mkdir -p /var/www/$DOMAIN/htdocs; mkdir -p /var/www/$DOMAIN/logs) \ || OwnError "Unable To Create htdocs & logs Directory" # Creating Symbolic Links For Logs