summaryrefslogtreecommitdiff
path: root/runvdr-conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'runvdr-conf.d')
-rwxr-xr-xrunvdr-conf.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/runvdr-conf.d b/runvdr-conf.d
index ca97d7f..d183c49 100755
--- a/runvdr-conf.d
+++ b/runvdr-conf.d
@@ -306,8 +306,8 @@ function Osdserver_edit() {
enable="${reply6xx[1]}"
SendCmd "prio.GetValue" || return $false
- [ "${reply6xx[0]}" != 600 ] && return $false
- prio="${reply6xx[1]}"
+ [ "${reply5xx[0]}" != 500 ] && return $false
+ prio="${reply5xx[1]}"
if [ "$enable" == "Yes" ] ; then
Command_Enable "$short" --prio "$prio"