I hate shell
This commit is contained in:
parent
edf312a26c
commit
ad6a978229
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ os=$(cat "$__global/explorer/os")
|
|||
|
||||
case "$os" in
|
||||
freebsd)
|
||||
if [ "$state_should" == 'present' ]; then
|
||||
if [ "$state_should" = 'present' ]; then
|
||||
value='YES'
|
||||
else
|
||||
value='NO'
|
||||
|
|
Loading…
Reference in a new issue