mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
fix
This commit is contained in:
parent
f714d51c3f
commit
92212e99e8
2 changed files with 3 additions and 3 deletions
|
@ -207,7 +207,7 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$ap
|
|||
#=================================================
|
||||
# RELOAD NGINX
|
||||
#=================================================
|
||||
ynh_script_progression --message="Reloading nginx web server..." --time --weight=1
|
||||
ynh_script_progression --message="Reloading nginx web server..." --weight=1
|
||||
|
||||
ynh_systemd_action --service_name=nginx --action=reload
|
||||
|
||||
|
|
|
@ -63,9 +63,9 @@ ynh_secure_remove --file="$final_path"
|
|||
# REMOVE VARIOUS FILES
|
||||
#=================================================
|
||||
|
||||
ynh_secure_remove "$DATADIR"
|
||||
ynh_secure_remove --file="/home/$app"
|
||||
|
||||
ynh_secure_remove "/var/log/$app"
|
||||
ynh_secure_remove --file="/var/log/$app"
|
||||
|
||||
#=================================================
|
||||
# REMOVE LOGROTATE CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue