From 1d985faff80a6b2b66445596f7f38839ae5a22cd Mon Sep 17 00:00:00 2001 From: frju365 Date: Mon, 30 Jan 2017 21:59:47 +0100 Subject: [PATCH] Update _common --- scripts/_common | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/_common b/scripts/_common index 421f251..53795ec 100644 --- a/scripts/_common +++ b/scripts/_common @@ -17,9 +17,7 @@ pre_inst_scrumblr() { --ingroup "$app" --system --quiet --shell /bin/bash # Configure init script - pushd $final_path sudo cp ../conf/"$app".service /etc/systemd/system/ - popd sudo systemctl daemon-reload sudo systemctl enable "$app".service }