mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
yWeb/Y_Info_Updates: remove /tmp/update.txt after reading
Origin commit data
------------------
Commit: fda3cff106
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-03 (Fri, 03 Mar 2023)
Origin message was:
------------------
- yWeb/Y_Info_Updates: remove /tmp/update.txt after reading
This commit is contained in:
@@ -41,5 +41,8 @@ function check_updates()
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
loadSyncURL("/control/exec?Y_Tools&rm_update_version");
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version=3.0.51
|
version=3.0.52
|
||||||
date=03.03.2023
|
date=03.03.2023
|
||||||
info=NI-Neutrino-Webinterface
|
info=NI-Neutrino-Webinterface
|
||||||
|
@@ -494,6 +494,7 @@ case "$1" in
|
|||||||
fbshot_clear) do_fbshot_clear ;;
|
fbshot_clear) do_fbshot_clear ;;
|
||||||
screenshot_clear) do_screenshot_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" ;;
|
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 $* ;;
|
settings_backup_restore) shift 1; do_settings_backup_restore $* ;;
|
||||||
exec_cmd) shift 1; $* ;;
|
exec_cmd) shift 1; $* ;;
|
||||||
automount_list) shift 1; do_automount_list $* ;;
|
automount_list) shift 1; do_automount_list $* ;;
|
||||||
|
Reference in New Issue
Block a user