mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +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:
@@ -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 $* ;;
|
||||
|
Reference in New Issue
Block a user