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:
parent
abfc80812d
commit
a34322f76e
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ chown -R $app:www-data "$install_dir"
|
||||||
ynh_script_progression --message="Install database" --weight=1
|
ynh_script_progression --message="Install database" --weight=1
|
||||||
|
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
php$phpversion php/migrate
|
php$phpversion bin/migrate
|
||||||
php$phpversion php/clean
|
php$phpversion bin/clean
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue