From 1b2be93025d51ef675c8d8f335661503021bcbb5 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 2 Oct 2023 17:32:21 +0200 Subject: [SSPS] timesync: Fix infinite loop --- .../static_files/timesync/usr/local/sbin/redneck-timesync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/satellit_installer/static_files/timesync/usr/local/sbin/redneck-timesync.sh b/satellit_installer/static_files/timesync/usr/local/sbin/redneck-timesync.sh index 33cab2a..9aacd07 100755 --- a/satellit_installer/static_files/timesync/usr/local/sbin/redneck-timesync.sh +++ b/satellit_installer/static_files/timesync/usr/local/sbin/redneck-timesync.sh @@ -15,7 +15,9 @@ while [ "$#" -gt 0 ]; do ;; -b) BOOTUP=true + ;; esac + shift done if $BOOTUP; then -- cgit v1.2.3-55-g7522