From af74855fe7f93b5e2cf5c43d6eead369b5b26149 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:40:13 +0200 Subject: [PATCH] fix 405 error --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7c46929..dc476f3 100755 --- a/scripts/install +++ b/scripts/install @@ -107,7 +107,7 @@ pushd "$install_dir" ynh_app_setting_set --app=$app --key=mobile_key --value=$mobile_key ynh_secure_remove --file="$install_dir/key.txt" ynh_exec_warn_less ynh_exec_as $app php$phpversion artisan config:cache - ynh_exec_warn_less ynh_exec_as $app php$phpversion artisan cache:clear + ynh_exec_warn_less ynh_exec_as $app php$phpversion artisan optimize:clear popd # Calculate and store the config file checksum into the app settings