diff options
-rwxr-xr-x | satellit_installer/static_files/timesync/usr/local/sbin/redneck-timesync.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |