mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
yWeb: fix vinfo function
Origin commit data
------------------
Branch: ni/coolstream
Commit: 32c8eb4247
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-01-10 (Sun, 10 Jan 2021)
Origin message was:
------------------
- yWeb: fix vinfo function
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -274,7 +274,7 @@ case "$action" in
|
|||||||
if [ "$CAM" = "GBOX" ]; then
|
if [ "$CAM" = "GBOX" ]; then
|
||||||
CAM=GBOX.NET
|
CAM=GBOX.NET
|
||||||
fi
|
fi
|
||||||
V=$($y_path_bin/vinfo $CAM $y_path_varbin/$1)
|
V=$(vinfo $CAM $y_path_varbin/$1)
|
||||||
printf "%s" "${V//keine Informationen gefunden/}"
|
printf "%s" "${V//keine Informationen gefunden/}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user