1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00

Update restore

This commit is contained in:
Rafi59 2017-10-14 16:08:49 +02:00 committed by GitHub
parent 3996d72672
commit 09300e510c

View file

@ -109,12 +109,6 @@ systemctl enable $app.service
systemctl start $app
#=================================================
# RESTORE THE CRON FILE
#=================================================
ynh_restore_file "/etc/cron.d/$app"
#=================================================
# RESTORE THE LOGROTATE CONFIGURATION
#=================================================
@ -124,7 +118,7 @@ ynh_restore_file "/etc/logrotate.d/$app"
#=================================================
# GENERIC FINALIZATION
#=================================================
# RELOAD NGINX AND PHP-FPM
# RELOAD NGINX
#=================================================
systemctl reload nginx