1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osjs_ynh.git synced 2024-09-03 19:56:11 +02:00

[Fix] Command of nodejs

This commit is contained in:
frju365 2017-06-29 16:45:06 +02:00 committed by GitHub
parent 69615efa39
commit 8828d7dd17

View file

@ -129,9 +129,8 @@ sudo chmod 600 $nginxconf
pushd $final_path
ynh_use_nodejs
sudo_path npm install --production >> $install_log 2>&1
sudo node osjs build
sudo_path node osjs build
popd
pre_inst_os.js
sudo yunohost firewall allow Both $port
sudo systemctl start "$app".service