mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
yWeb: remove type from Y_version.txt
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e52c6fea9
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-29 (Tue, 29 Jan 2019)
Origin message was:
------------------
- yWeb: remove type from Y_version.txt
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -156,4 +156,3 @@ install-data-hook:
|
||||
;
|
||||
@# NI-yWeb
|
||||
cp $(DESTDIR)$(PRIVATE_HTTPDDIR)/styles/Y_Dist-NI_dark.css $(DESTDIR)$(PRIVATE_HTTPDDIR)/Y_Dist.css
|
||||
sed -i 's|version=\(.*\)|version=\1 by NI|' $(DESTDIR)$(PRIVATE_HTTPDDIR)/Y_Version.txt
|
||||
|
@@ -15,7 +15,7 @@
|
||||
</tr><tr>
|
||||
<td valign="top"> </td>
|
||||
<td valign="top">
|
||||
v{=ini-get:{=var-get:vf=};version=} - {=ini-get:{=var-get:vf=};date=} - {=ini-get:{=var-get:vf=};type=} - {=ini-get:{=var-get:vf=};info=}
|
||||
v{=ini-get:{=var-get:vf=};version=} - {=ini-get:{=var-get:vf=};date=} - {=ini-get:{=var-get:vf=};info=}
|
||||
<br/><br/>
|
||||
</td>
|
||||
</tr>
|
||||
|
@@ -22,7 +22,7 @@ function check_updates()
|
||||
<p>
|
||||
{=ini-get:Y_Version.txt;version=}<br/>
|
||||
{=ini-get:Y_Version.txt;date=}<br/>
|
||||
{=ini-get:Y_Version.txt;type=}<br/><br/>
|
||||
</br>
|
||||
{=ini-get:Y_Version.txt;info=}<br/>
|
||||
</p>
|
||||
</td>
|
||||
@@ -31,7 +31,7 @@ function check_updates()
|
||||
<p>
|
||||
{=ini-get:/tmp/version.txt;version=}<br/>
|
||||
{=ini-get:/tmp/version.txt;date=}<br/>
|
||||
{=ini-get:/tmp/version.txt;type=}<br/><br/>
|
||||
</br>
|
||||
{=ini-get:/tmp/version.txt;info=}<br/>
|
||||
{=if-empty:{=ini-get:/tmp/version.txt;url=}~~
|
||||
<a href="{=ini-get:/tmp/version.txt;url=}" target="_blank">{=L:download=}</a><br/>
|
||||
|
@@ -1,4 +1,3 @@
|
||||
version=2.9.0.40
|
||||
date=01.03.2017
|
||||
type=Release
|
||||
version=2.9.0.41
|
||||
date=29.01.2019
|
||||
info=NI-Neutrino
|
||||
|
@@ -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://raw.github.com/tuxbox-neutrino/gui-neutrino/master/src/nhttpd/web/Y_Version.txt" ;;
|
||||
get_update_version) wget -O /tmp/version.txt "https://bitbucket.org/neutrino-images/ni-neutrino-hd/raw/HEAD/data/y-web/Y_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