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:
parent
bb34677ad2
commit
59d329a797
2 changed files with 0 additions and 2 deletions
|
@ -162,7 +162,6 @@ pushd "$final_path"
|
|||
ynh_app_setting_set --app=$app --key=private_key --value=$public_key
|
||||
rm -f key.txt
|
||||
php$phpversion artisan config:clear
|
||||
php$phpversion artisan up
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -204,7 +204,6 @@ else
|
|||
ynh_app_setting_set --app=$app --key=private_key --value=$public_key
|
||||
rm -f key.txt
|
||||
php$phpversion artisan config:clear
|
||||
php$phpversion artisan up
|
||||
popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue