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

fix for install script

deleting unused chmod
This commit is contained in:
aquaxp 2014-03-20 23:54:55 +07:00
parent 8a0f75d515
commit 751839e78e

View file

@ -25,7 +25,6 @@ sudo touch $final_path/Specific/ENABLE_INSTALL
sudo chmod 755 $final_path/Specific
sudo chmod 755 $final_path/Specific/db
sudo chmod 755 $final_path/Specific/db/db.sqlite
sudo chmod -R 770 $data_path
# Change variables in Baikal configuration
sudo sed -i "s@PATHTOCHANGE@$path@g" /etc/nginx/conf.d/$domain.d/baikal.conf