diff --git a/data/y-web/Y_Info_Updates.yhtm b/data/y-web/Y_Info_Updates.yhtm index 26d68c7be..3c80772d0 100644 --- a/data/y-web/Y_Info_Updates.yhtm +++ b/data/y-web/Y_Info_Updates.yhtm @@ -41,5 +41,8 @@ function check_updates() + diff --git a/data/y-web/Y_Version.txt b/data/y-web/Y_Version.txt index b47edf439..ff96aa45a 100644 --- a/data/y-web/Y_Version.txt +++ b/data/y-web/Y_Version.txt @@ -1,3 +1,3 @@ -version=3.0.51 +version=3.0.52 date=03.03.2023 info=NI-Neutrino-Webinterface diff --git a/data/y-web/scripts/Y_Tools.sh b/data/y-web/scripts/Y_Tools.sh index 1ec891edc..5d54cdf13 100644 --- a/data/y-web/scripts/Y_Tools.sh +++ b/data/y-web/scripts/Y_Tools.sh @@ -494,6 +494,7 @@ case "$1" in fbshot_clear) do_fbshot_clear ;; screenshot_clear) do_screenshot_clear ;; get_update_version) wget -O /tmp/version.txt "https://raw.githubusercontent.com/neutrino-images/ni-neutrino/master/data/y-web/Y_Version.txt" ;; + rm_update_version) rm -f /tmp/version.txt ;; settings_backup_restore) shift 1; do_settings_backup_restore $* ;; exec_cmd) shift 1; $* ;; automount_list) shift 1; do_automount_list $* ;;