+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"
|
||||
fi
|
||||
|
||||
[ "$state_is" = "$state_should ] && exit 0
|
||||
[ "$state_is" = "$state_should" ] && exit 0
|
||||
|
||||
case "$state_should" in
|
||||
present)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue