1
0
Fork 0
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:
orhtej2 2023-09-12 13:41:40 +02:00
parent 0cf7e06baa
commit 3f4c68c80b

View file

@ -57,6 +57,13 @@ ynh_systemd_action --service_name=php$phpversion-fpm --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
#=================================================