Skip to content

Commit

Permalink
return 0 because the previous line could return 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Jun 15, 2024
1 parent 19ddc2d commit 8bfe867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtkbase_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bfe867

Please sign in to comment.