mirror of
https://github.com/YunoHost-Apps/planka_ynh.git
synced 2024-09-03 20:06:00 +02:00
fix
This commit is contained in:
parent
ac6eb6ae92
commit
10c188be0e
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue