yWeb: fix url to Y_Version.txt

Origin commit data
------------------
Branch: ni/coolstream
Commit: 5804ed2d3a
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-30 (Sun, 30 Oct 2016)

Origin message was:
------------------
- yWeb: fix url to Y_Version.txt

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-10-30 01:34:41 +02:00
parent a85a407ea0
commit fbe6cdb8e1

View File

@@ -581,7 +581,7 @@ case "$1" in
fbshot) shift 1; do_fbshot $* ;;
fbshot_clear) do_fbshot_clear ;;
screenshot_clear) do_screenshot_clear ;;
get_update_version) wget -O /tmp/version.txt "http://git.coolstreamtech.de/?p=cst-public-gui-neutrino.git;a=blob_plain;f=src/nhttpd/web/Y_Version.txt;hb=refs/heads/cst-next" ;;
get_update_version) wget -O /tmp/version.txt "http://raw.github.com/tuxbox-neutrino/gui-neutrino/master/src/nhttpd/web/Y_Version.txt" ;;
settings_backup_restore) shift 1; do_settings_backup_restore $* ;;
exec_cmd) shift 1; $* ;;
automount_list) shift 1; do_automount_list $* ;;