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

Update upgrade

This commit is contained in:
ericgaspar 2021-07-09 18:47:04 +02:00
parent 93707ad286
commit a0913a9ea4

View file

@ -156,9 +156,10 @@ ynh_script_progression --message="Upgrading $app source files..." --weight=4
ynh_exec_warn_less ynh_composer_exec --commands=\"dump-autoload\" ynh_exec_warn_less ynh_composer_exec --commands=\"dump-autoload\"
pushd $final_path pushd $final_path
php$phpversion artisan key:generate
php$phpversion artisan migrate -n --force php$phpversion artisan migrate -n --force
php$phpversion artisan config:clear -n #php$phpversion artisan config:clear -n
php$phpversion artisan config:cache -n #php$phpversion artisan config:cache -n
popd popd
#================================================= #=================================================