mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Exit maintenance mode in restore
This commit is contained in:
parent
0cf7e06baa
commit
3f4c68c80b
1 changed files with 7 additions and 0 deletions
|
@ -57,6 +57,13 @@ ynh_systemd_action --service_name=php$phpversion-fpm --action=reload
|
||||||
|
|
||||||
ynh_systemd_action --service_name=nginx --action=reload
|
ynh_systemd_action --service_name=nginx --action=reload
|
||||||
|
|
||||||
|
#==============
|
||||||
|
# FINALIZATION
|
||||||
|
#==============
|
||||||
|
|
||||||
|
# exit maintenance mode since the app was backed up while in maintenance mode
|
||||||
|
(cd $install_dir && ynh_exec_as "$app" php$phpversion bin/console.php maintenance 0)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue