From 8a0f75d515e4a1a5599cb9838c2a08fc79de1830 Mon Sep 17 00:00:00 2001 From: aquaxp Date: Thu, 20 Mar 2014 23:53:24 +0700 Subject: [PATCH] fix in install script adding space to chmod command --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 106d2c1..f867d14 100644 --- a/scripts/install +++ b/scripts/install @@ -20,7 +20,7 @@ sudo mkdir -p $final_path sudo cp -a ../sources/* $final_path sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/baikal.conf sudo chown -R www-data:www-data $final_path -sudo find $final_path -type d -exec chmod 755{} \; +sudo find $final_path -type d -exec chmod 755 {} \; sudo touch $final_path/Specific/ENABLE_INSTALL sudo chmod 755 $final_path/Specific sudo chmod 755 $final_path/Specific/db