1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

fix in install script

adding space to chmod  command
This commit is contained in:
aquaxp 2014-03-20 23:53:24 +07:00
parent 0ce4ea2747
commit 8a0f75d515

View file

@ -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