1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/planka_ynh.git synced 2024-09-03 20:06:00 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-12-13 21:36:56 +01:00
parent 283f033996
commit acad11d0e9

View file

@ -68,7 +68,6 @@ ynh_script_progression --message="Installing $app..." --weight=10
pushd $install_dir
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH ./server $ynh_npm run db:init
popd
pushd $install_dir/server