File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,8 @@ upd_2.4.2() {
327327
328328# check if we can apply the update
329329# FOR THE OLDER ME -> Don't forget to modify the os detection if there is a 2.5.x release !!!
330- [[ $checking == ' --checking' ]] && check_before_update
330+ [[ $checking == ' --checking' ]] && check_before_update && exit
331+
331332echo ' ################################'
332333echo ' Starting standard update'
333334echo ' ################################'
Original file line number Diff line number Diff line change @@ -348,6 +348,7 @@ def update_rtkbase(update_file=False):
348348 if answer .returncode != 0 :
349349 socketio .emit ("updating_rtkbase_stopped" , json .dumps ({"error" : answer .stderr .splitlines ()}), namespace = "/test" )
350350 else : #if ok, launch update script
351+ print ("Launch update" )
351352 socketio .emit ("updating_rtkbase" , namespace = "/test" )
352353 rtk .shutdownBase ()
353354 time .sleep (1 )
You can’t perform that action at this time.
0 commit comments