mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
yWeb: cleanup
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7b10c8c0ff
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-12-19 (Sun, 19 Dec 2021)
Origin message was:
------------------
- yWeb: cleanup
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -390,14 +390,21 @@ case "$action" in
|
||||
;;
|
||||
|
||||
# zapit-control
|
||||
resolution) pzapit --${1} && echo "ok" || echo "failed";;
|
||||
43mode) pzapit -vm43 ${1} && echo "ok" || echo "failed";;
|
||||
reload_channellists) pzapit -c && echo "ok" || echo "failed";;
|
||||
reset_tuner) E=0
|
||||
pzapit -esb; E=$(($E+$?)); sleep 1
|
||||
pzapit -lsb; E=$(($E+$?)); sleep 1
|
||||
pzapit -rz; E=$(($E+$?))
|
||||
test $E = 0 && echo "ok" || echo "failed"
|
||||
resolution)
|
||||
pzapit --${1} && echo "ok" || echo "failed"
|
||||
;;
|
||||
43mode)
|
||||
pzapit -vm43 ${1} && echo "ok" || echo "failed"
|
||||
;;
|
||||
reload_channellists)
|
||||
pzapit -c && echo "ok" || echo "failed"
|
||||
;;
|
||||
reset_tuner)
|
||||
E=0
|
||||
pzapit -esb; E=$(($E+$?)); sleep 1
|
||||
pzapit -lsb; E=$(($E+$?)); sleep 1
|
||||
pzapit -rz; E=$(($E+$?))
|
||||
test $E = 0 && echo "ok" || echo "failed"
|
||||
;;
|
||||
# netfs-control
|
||||
is_mount)
|
||||
|
Reference in New Issue
Block a user