+quotes
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
2a8c764f78
commit
241f66a537
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ else
|
||||||
state_is="absent"
|
state_is="absent"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ "$state_is" = "$state_should ] && exit 0
|
[ "$state_is" = "$state_should" ] && exit 0
|
||||||
|
|
||||||
case "$state_should" in
|
case "$state_should" in
|
||||||
present)
|
present)
|
||||||
|
|
|
@ -53,7 +53,7 @@ else
|
||||||
state_is="present"
|
state_is="present"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ "$state_is" = "$state_should ] && exit 0
|
[ "$state_is" = "$state_should" ] && exit 0
|
||||||
|
|
||||||
case "$state_should" in
|
case "$state_should" in
|
||||||
present)
|
present)
|
||||||
|
|
Loading…
Reference in a new issue