diff --git a/scripts/install b/scripts/install index 8538f31..3b975da 100644 --- a/scripts/install +++ b/scripts/install @@ -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