From 855ae335d9f64a91dde1026033e41e3a23e83d02 Mon Sep 17 00:00:00 2001 From: frju365 Date: Fri, 30 Jun 2017 00:22:28 +0200 Subject: [PATCH] [Fix] Problem Conf error #20 --- scripts/install | 1 - 1 file changed, 1 deletion(-) 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