1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

Update _common

This commit is contained in:
frju365 2017-01-30 21:59:47 +01:00 committed by GitHub
parent 517ea6e6d4
commit 1d985faff8

View file

@ -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
}