Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-02-17 11:24:29 +01:00
parent 2a8c764f78
commit 241f66a537
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ else
state_is="absent"
fi
[ "$state_is" = "$state_should ] && exit 0
[ "$state_is" = "$state_should" ] && exit 0
case "$state_should" in
present)

View File

@ -53,7 +53,7 @@ else
state_is="present"
fi
[ "$state_is" = "$state_should ] && exit 0
[ "$state_is" = "$state_should" ] && exit 0
case "$state_should" in
present)