mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
NIyWeb: fix display of imageinfo ...
and disable online check; needs several fixes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 477c394f29
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-23 (Fri, 23 Dec 2016)
Origin message was:
------------------
- NIyWeb: fix display of imageinfo ...
and disable online check; needs several fixes
------------------
This commit was generated by Migit
This commit is contained in:
@@ -139,13 +139,14 @@ case "$action" in
|
||||
;;
|
||||
get_update_txt)
|
||||
version="n/a"
|
||||
wget -O /tmp/NI_release.txt "http://neutrino-images.de/neutrino-images/release/release.txt"
|
||||
test -e /tmp/NI_release.txt && version=$(cat /tmp/NI_release.txt | grep ".img" | cut -d" " -f2)
|
||||
echo "version=${version// /}" > /tmp/NI_update.txt
|
||||
rm -f /tmp/NI_release.txt
|
||||
#FIXME align url to box specs
|
||||
wget -O /tmp/release.txt "http://neutrino-images.de/neutrino-images/update.php"
|
||||
test -e /tmp/release.txt && version=$(cat /tmp/release.txt | grep ".img" | cut -d" " -f2)
|
||||
echo "version=${version// /}" > /tmp/update.txt
|
||||
rm -f /tmp/release.txt
|
||||
;;
|
||||
rm_update_txt)
|
||||
rm -f /tmp/NI_update.txt
|
||||
rm -f /tmp/update.txt
|
||||
;;
|
||||
get_flash_info)
|
||||
MTPT=""
|
||||
|
Reference in New Issue
Block a user