1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xbackbone_ynh.git synced 2024-09-03 19:15:53 +02:00
This commit is contained in:
Éric Gaspar 2023-08-19 17:46:54 +02:00
parent f0bc65a2aa
commit 775fa63575
2 changed files with 1 additions and 2 deletions

View file

@ -48,7 +48,6 @@ ram.runtime = "50M"
[resources.install_dir]
[resources.data_dir]
#subdirs = ["storage"]
[resources.permissions]
main.url = "/"

View file

@ -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