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:
vanhofen
2021-01-10 19:24:30 +01:00
parent 3b89e69d5c
commit 0645d4060e

View File

@@ -274,7 +274,7 @@ case "$action" in
if [ "$CAM" = "GBOX" ]; then
CAM=GBOX.NET
fi
V=$($y_path_bin/vinfo $CAM $y_path_varbin/$1)
V=$(vinfo $CAM $y_path_varbin/$1)
printf "%s" "${V//keine Informationen gefunden/}"
;;