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

Update upgrade

This commit is contained in:
Éric Gaspar 2023-08-19 19:02:24 +02:00
parent abfc80812d
commit a34322f76e

View file

@ -35,8 +35,8 @@ chown -R $app:www-data "$install_dir"
ynh_script_progression --message="Install database" --weight=1
pushd $install_dir
php$phpversion php/migrate
php$phpversion php/clean
php$phpversion bin/migrate
php$phpversion bin/clean
popd
#=================================================