1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Migration stops the maintaince mode itself

This commit is contained in:
anmol 2020-10-15 21:13:59 +05:30
parent bb34677ad2
commit 59d329a797
2 changed files with 0 additions and 2 deletions

View file

@ -162,7 +162,6 @@ pushd "$final_path"
ynh_app_setting_set --app=$app --key=private_key --value=$public_key ynh_app_setting_set --app=$app --key=private_key --value=$public_key
rm -f key.txt rm -f key.txt
php$phpversion artisan config:clear php$phpversion artisan config:clear
php$phpversion artisan up
popd popd
#================================================= #=================================================

View file

@ -204,7 +204,6 @@ else
ynh_app_setting_set --app=$app --key=private_key --value=$public_key ynh_app_setting_set --app=$app --key=private_key --value=$public_key
rm -f key.txt rm -f key.txt
php$phpversion artisan config:clear php$phpversion artisan config:clear
php$phpversion artisan up
popd popd
fi fi