diff --git a/fs-add/etc/init.d/satip b/fs-add/etc/init.d/satip index 723808d6..cea1e36a 100755 --- a/fs-add/etc/init.d/satip +++ b/fs-add/etc/init.d/satip @@ -7,7 +7,7 @@ if test "$MINISATIP" != "yes"; then fi cd /tmp -while test 1 -eq 1; do +while test ! -f /tmp/nosatip; do minisatip -f -g $MINISATIP_OPTS logger "minisatip exited $?, restarting" done