mirror of
https://github.com/YunoHost-Apps/backdrop_ynh.git
synced 2024-09-03 20:36:14 +02:00
Fix
This commit is contained in:
parent
397c412a64
commit
b347bcce24
3 changed files with 0 additions and 6 deletions
|
@ -115,8 +115,6 @@ chown -R root: $final_path
|
||||||
chown -R $app:www-data $final_path/files
|
chown -R $app:www-data $final_path/files
|
||||||
chmod -R 770 $final_path/files
|
chmod -R 770 $final_path/files
|
||||||
|
|
||||||
chmod 600 $final_path/settings.php
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -70,8 +70,6 @@ chown -R root: $final_path
|
||||||
chown -R $app:www-data $final_path/files
|
chown -R $app:www-data $final_path/files
|
||||||
chmod -R 770 $final_path/files
|
chmod -R 770 $final_path/files
|
||||||
|
|
||||||
chmod 600 $final_path/settings.php
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RESTORE THE PHP-FPM CONFIGURATION
|
# RESTORE THE PHP-FPM CONFIGURATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -144,8 +144,6 @@ chown -R root: $final_path
|
||||||
chown -R $app:www-data $final_path/files
|
chown -R $app:www-data $final_path/files
|
||||||
chmod -R 770 $final_path/files
|
chmod -R 770 $final_path/files
|
||||||
|
|
||||||
chmod 600 $final_path/settings.php
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue