mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
php artisan cache clear
This commit is contained in:
parent
18b6f6acdb
commit
28006d850f
1 changed files with 2 additions and 1 deletions
|
@ -107,6 +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
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Calculate and store the config file checksum into the app settings
|
# Calculate and store the config file checksum into the app settings
|
||||||
|
@ -129,4 +130,4 @@ chmod 644 "/etc/cron.d/$app"
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_script_progression --message="Installation of $app completed" --last
|
ynh_script_progression --message="Installation of $app completed" --last
|
||||||
|
|
Loading…
Reference in a new issue