aboutsummaryrefslogtreecommitdiffstats
path: root/bin/srt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/srt')
-rwxr-xr-xbin/srt4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/srt b/bin/srt
index 5b41693c..ac358d43 100755
--- a/bin/srt
+++ b/bin/srt
@@ -81,7 +81,7 @@ webserverKillAll()
# Stop the Update app
if [ 0 -eq $no_auto_update ] ; then
- ./bin/common/srtool_update.py --cron-stop
+ ${SRT_BASE_DIR}/bin/common/srtool_update.py --cron-stop
fi
}
@@ -116,7 +116,7 @@ webserverStartAll()
# Start the Update app
if [ 0 -eq $no_auto_update ] ; then
- ./bin/common/srtool_update.py --cron-start > /dev/null 2>&1 &
+ ${SRT_BASE_DIR}/bin/common/srtool_update.py --cron-start > /dev/null 2>&1 &
echo "SRTool update service started at PID $!"
fi
return $retval