fix typo in __process

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-06-19 11:31:21 +02:00
parent a1b946abc4
commit 4ecffa7d59
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ fi
parameter_state="$__object/parameter/state"
if [ -f "$_parameter_state" ]; then
state_should=(cat "$__object/parameter/state")
state_should=$(cat "$__object/parameter/state")
else
state_should="present"
fi