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 21:38:21 +02:00
parent ac6eb6ae92
commit 10c188be0e
2 changed files with 4 additions and 4 deletions

View file

@ -66,8 +66,8 @@ 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
ynh_hide_warnings ynh_exec_as_app npm install
ynh_hide_warnings ynh_exec_as_app npm run db:init
popd
#=================================================

View file

@ -57,8 +57,8 @@ 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
ynh_hide_warnings ynh_exec_as_app npm install
ynh_hide_warnings ynh_exec_as_app npm run db:init
popd
#=================================================