From 59d329a79704d16b7257b0adc6c34a4373e77493 Mon Sep 17 00:00:00 2001 From: anmol Date: Thu, 15 Oct 2020 21:13:59 +0530 Subject: [PATCH] Migration stops the maintaince mode itself --- scripts/install | 1 - scripts/upgrade | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index e783e25..d8c7a90 100755 --- a/scripts/install +++ b/scripts/install @@ -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 #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 4b0b4f6..fc79668 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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