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 }