Merge branch 'master' into __cron-simplify

This commit is contained in:
Nico Schottelius 2013-06-19 11:31:33 +02:00
commit 137856002f
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