1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2022-05-15 08:31:53 +02:00
parent 758f824710
commit 457aa51c95

View file

@ -121,13 +121,14 @@ ynh_install_composer --install_args="--ignore-platform-reqs --prefer-dist --no-s
#=================================================
ynh_script_progression --message="Building..." --weight=10
ynh_exec_warn_less ynh_composer_exec --commands="update"
# Setup application config
pushd $final_path
#php$phpversion artisan cache:clear
#php$phpversion artisan config:clear
php$phpversion artisan cache:clear
php$phpversion artisan config:clear
php$phpversion artisan migrate -n
php$phpversion artisan passport:install -n
#php$phpversion artisan storage:link -n
php$phpversion artisan config:cache -n
php$phpversion artisan route:cache
popd