Fix state -> state_is
This commit is contained in:
parent
fde5627721
commit
cb9933b4a0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ then
|
|||
echo 'downloaded' > "$__messages_out"
|
||||
fi
|
||||
|
||||
if [ -f "$__object/parameter/onchange" ] && [ "$state" != "present" ]
|
||||
if [ -f "$__object/parameter/onchange" ] && [ "$state_is" != "present" ]
|
||||
then
|
||||
cat "$__object/parameter/onchange"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue