From 8283409728834dc52dcfbc9edf7aff83895df323 Mon Sep 17 00:00:00 2001 From: src386 Date: Tue, 4 Aug 2015 11:12:13 +0200 Subject: [PATCH] . --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4a59e56..94637da 100644 --- a/scripts/install +++ b/scripts/install @@ -53,7 +53,7 @@ sudo sed -i "s@YHURL@$domain$path@g" ../conf/movim.{service,init} sudo sed -i "s@YHDIR@$final_path@g" ../conf/movim.{service,init} if [ `pgrep -ox systemd` = "1" ]; then - sudo cp ../conf/movim.service /usr/lib/systemd/system/ + sudo cp ../conf/movim.service /lib/systemd/system/ sudo systemctl enable movim.service sudo systemctl start movim.service else