1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update install

This commit is contained in:
frju365 2017-05-26 21:53:27 +02:00 committed by GitHub
parent f2b25f8bae
commit c9390b276d

View file

@ -188,7 +188,6 @@ sudo cp ../conf/"$app".service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable "$app".service
WARNING echo "Démarrage de NodeBB"
sudo systemctl start $app # Démarre Nodebb. Le démarrage est fait le plus tôt possible, car il est très long...
sleep 10
#=================================================