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

[Fix] Problem Conf error #20

This commit is contained in:
frju365 2017-06-30 00:22:28 +02:00 committed by GitHub
parent 04f0bd0d45
commit 855ae335d9

View file

@ -138,7 +138,6 @@ sudo yunohost firewall allow Both $port
# Configure init script
#=================================================
sudo cp ../conf/"$app".service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable "$app".service
sudo systemctl start "$app".service