From 8bfe867b622d7f1d14d028894185a2822a623bb4 Mon Sep 17 00:00:00 2001 From: Stefal Date: Sat, 15 Jun 2024 20:13:50 +0200 Subject: [PATCH] return 0 because the previous line could return 1 --- rtkbase_update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rtkbase_update.sh b/rtkbase_update.sh index b7f421f..6d9aadc 100755 --- a/rtkbase_update.sh +++ b/rtkbase_update.sh @@ -367,6 +367,7 @@ upd_2.5.0 () { [ $str2str_serial = 'active' ] && systemctl start str2str_rtcm_serial [ $str2str_file = 'active' ] && systemctl start str2str_file [ $rtkrcv_raw2nmea = 'active' ] && systemctl start rtkbase_raw2nmea + return 0 } #check if we can apply the update