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:
parent
0ce4ea2747
commit
8a0f75d515
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ sudo mkdir -p $final_path
|
||||||
sudo cp -a ../sources/* $final_path
|
sudo cp -a ../sources/* $final_path
|
||||||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/baikal.conf
|
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/baikal.conf
|
||||||
sudo chown -R www-data:www-data $final_path
|
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 touch $final_path/Specific/ENABLE_INSTALL
|
||||||
sudo chmod 755 $final_path/Specific
|
sudo chmod 755 $final_path/Specific
|
||||||
sudo chmod 755 $final_path/Specific/db
|
sudo chmod 755 $final_path/Specific/db
|
||||||
|
|
Loading…
Add table
Reference in a new issue