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:
parent
69615efa39
commit
8828d7dd17
1 changed files with 1 additions and 2 deletions
|
@ -129,9 +129,8 @@ sudo chmod 600 $nginxconf
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
sudo_path npm install --production >> $install_log 2>&1
|
sudo_path npm install --production >> $install_log 2>&1
|
||||||
sudo node osjs build
|
sudo_path node osjs build
|
||||||
popd
|
popd
|
||||||
pre_inst_os.js
|
|
||||||
sudo yunohost firewall allow Both $port
|
sudo yunohost firewall allow Both $port
|
||||||
sudo systemctl start "$app".service
|
sudo systemctl start "$app".service
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue