mirror of
https://github.com/YunoHost-Apps/xbackbone_ynh.git
synced 2024-09-03 19:15:53 +02:00
fix
This commit is contained in:
parent
f0bc65a2aa
commit
775fa63575
2 changed files with 1 additions and 2 deletions
|
@ -48,7 +48,6 @@ ram.runtime = "50M"
|
|||
[resources.install_dir]
|
||||
|
||||
[resources.data_dir]
|
||||
#subdirs = ["storage"]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
|
|
@ -35,7 +35,7 @@ chown -R $app:www-data "$install_dir"
|
|||
ynh_script_progression --message="Install database" --weight=1
|
||||
|
||||
pushd $install_dir
|
||||
php$phpversion php/migrate --install
|
||||
php$phpversion php/migrate
|
||||
php$phpversion php/clean
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue