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

fix 405 error

This commit is contained in:
Thomas 2024-06-17 12:40:13 +02:00 committed by GitHub
parent 28006d850f
commit af74855fe7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,7 +107,7 @@ pushd "$install_dir"
ynh_app_setting_set --app=$app --key=mobile_key --value=$mobile_key ynh_app_setting_set --app=$app --key=mobile_key --value=$mobile_key
ynh_secure_remove --file="$install_dir/key.txt" 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 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 popd
# Calculate and store the config file checksum into the app settings # Calculate and store the config file checksum into the app settings