summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/50-install_taskmanager.inc
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-18 17:30:34 +0200
committerSimon Rettberg2015-09-18 17:30:34 +0200
commit65a7a9be9a7a1e9ef0fd9871c9986d169f71cefb (patch)
treedb9c22437f15deec109c4b81236abb025c2064c5 /satellit_installer/includes/50-install_taskmanager.inc
parent[SSPS] Add proper sudo rules for starting and stopping dmsd (diff)
downloadsetup-scripts-65a7a9be9a7a1e9ef0fd9871c9986d169f71cefb.tar.gz
setup-scripts-65a7a9be9a7a1e9ef0fd9871c9986d169f71cefb.tar.xz
setup-scripts-65a7a9be9a7a1e9ef0fd9871c9986d169f71cefb.zip
[SSPS] Fix systemd services for dmsd and taskmanager
Diffstat (limited to 'satellit_installer/includes/50-install_taskmanager.inc')
-rw-r--r--satellit_installer/includes/50-install_taskmanager.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_installer/includes/50-install_taskmanager.inc b/satellit_installer/includes/50-install_taskmanager.inc
index 41ef56c..ceff7d2 100644
--- a/satellit_installer/includes/50-install_taskmanager.inc
+++ b/satellit_installer/includes/50-install_taskmanager.inc
@@ -26,7 +26,7 @@ install_taskmanager() {
mkdir -p "$1" 2>/dev/null
unpack_tar_gz "$BASEDIR/static_files/taskmanager.tar.gz" "-C $1"
cp "$BASEDIR/static_files/slx-admin" /etc/cron.d/ # TODO: Find better place for this
- install_taskmanager_service
+ install_taskmanager_service "$1"
chown -R root:root "$1"
echo "ok"
}