mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
Fix
This commit is contained in:
parent
725b2c65ab
commit
5518182dd4
2 changed files with 14 additions and 7 deletions
|
@ -118,7 +118,10 @@ config_nginx
|
|||
#=================================================
|
||||
ynh_script_progression --message="Protecting directory..." --weight=1
|
||||
|
||||
set_permission
|
||||
chown -R $app:$app /etc/$app
|
||||
chmod u=rwX,g=rX,o= -R /etc/$app
|
||||
chown -R $app:$app /var/log/$app
|
||||
chmod u=rwX,g=rX,o= -R /var/log/$app
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
|
@ -134,12 +134,16 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." -
|
|||
config_nginx
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
#=================================================
|
||||
|
||||
# SECURE FILES AND DIRECTORIES
|
||||
ynh_script_progression --message="Protecting directory..."
|
||||
set_permission
|
||||
#=================================================
|
||||
ynh_script_progression --message="Protecting directory..." --weight=1
|
||||
|
||||
chown -R $app:$app /etc/$app
|
||||
chmod u=rwX,g=rX,o= -R /etc/$app
|
||||
chown -R $app:$app /var/log/$app
|
||||
chmod u=rwX,g=rX,o= -R /var/log/$app
|
||||
|
||||
|
||||
|
||||
# configure the sso
|
||||
ynh_script_progression --message="Configuring permissions..."
|
||||
|
@ -161,7 +165,7 @@ fi
|
|||
#=================================================
|
||||
# SETUP LOGROTATE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Upgrading logrotate configuration..." --time --weight=1
|
||||
ynh_script_progression --message="Upgrading logrotate configuration..." --weight=1
|
||||
|
||||
# Use logrotate to manage app-specific logfile(s)
|
||||
ynh_use_logrotate --non-append
|
||||
|
|
Loading…
Add table
Reference in a new issue