Set exit code
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Sun, 9 Jul 2017 13:43:45 +0000 (15:43 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Sun, 9 Jul 2017 13:43:45 +0000 (15:43 +0200)
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
scripts/xds-server-start.sh
scripts/xds-server-stop.sh

index dc108fe..7985759 100755 (executable)
@@ -73,3 +73,5 @@ if [ "$1" != "-dryrun" ]; then
     pid_xds=$(jobs -p)
     echo "pid=${pid_xds}"
 fi
+
+exit 0
index 8a6bf5e..674ed25 100755 (executable)
@@ -16,3 +16,4 @@ if [ "$nbProc" != "0" ]; then
     pkill -KILL syncthing-inotify
 fi
 
+exit 0