1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/planka_ynh.git synced 2024-09-03 20:06:00 +02:00
This commit is contained in:
Éric Gaspar 2024-08-31 20:47:22 +02:00
parent db1f0bf0a9
commit 304c93cf7d
2 changed files with 0 additions and 2 deletions

View file

@ -66,7 +66,6 @@ chown $app:$app "$install_dir/.env"
ynh_script_progression "Installing $app..."
pushd $install_dir
ynh_hide_warnings ynh_exec_as_app node_load_PATH npm install
ynh_hide_warnings ynh_exec_as_app node_load_PATH npm run db:init
popd

View file

@ -57,7 +57,6 @@ chown $app:$app "$install_dir/.env"
ynh_script_progression "Installing $app..."
pushd $install_dir
ynh_hide_warnings ynh_exec_as_app node_load_PATH npm install
ynh_hide_warnings ynh_exec_as_app node_load_PATH npm run db:init
popd