Project

General

Profile

Bug #1542 » runvdr-conf.d.diff

urig, 10/07/2013 10:27 PM

View differences:

runvdr-conf.d 2013-10-07 22:03:49.239157927 +0200
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"
(2-2/2)