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-04-08 14:38:49 +02:00 committed by GitHub
parent 312bbb9955
commit f680935ccd

View file

@ -165,7 +165,7 @@ sudo sed -i "s@__DIRECTORY__@$final_path/@g" /etc/systemd/system/$app.service
sudo sed -i "s@__APP__@$app@g" /etc/systemd/system/$app.service
## Démarrage auto du service
sudo systemctl enable $app
sudo systemctl start $app
#=================================================
# ENABLE SERVICE IN ADMIN PANEL
#=================================================