summaryrefslogtreecommitdiffstats
path: root/network/syncthing/rc.syncthing
diff options
context:
space:
mode:
author Sebastian Arcus <s.arcus@open-t.co.uk>2016-06-01 06:55:38 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-01 07:03:22 +0700
commit0c1fa8c0784c131190d03fe7219f946486fd4467 (patch)
treed1c91432ffc36be1208634f5721e7c54bed5f27e /network/syncthing/rc.syncthing
parent5d5c1ad9532fab92fb6bdd5300deb8065e642558 (diff)
downloadslackbuilds-0c1fa8c0784c131190d03fe7219f946486fd4467.tar.gz
slackbuilds-0c1fa8c0784c131190d03fe7219f946486fd4467.tar.xz
network/syncthing: Updated for version 0.13.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/syncthing/rc.syncthing')
-rw-r--r--network/syncthing/rc.syncthing2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/syncthing/rc.syncthing b/network/syncthing/rc.syncthing
index 1ba6fd4f52..4bee846c84 100644
--- a/network/syncthing/rc.syncthing
+++ b/network/syncthing/rc.syncthing
@@ -39,7 +39,7 @@ case "$1" in
;;
start)
echo "Start Syncthing..."
- su - $ST_USER -c "$SYNCTHING -home=$CONFDIR -logfile=$LOGFILE -logflags=$LOGFLAGS" $ST_ARGS 1>/dev/null 2>&1 &
+ su - $ST_USER -c "$SYNCTHING -home=$CONFDIR -logfile=$LOGFILE -logflags=$LOGFLAGS $ST_ARGS" 1>/dev/null 2>&1 &
;;
restart)
$0 stop