I hate shell

This commit is contained in:
kamila 2018-03-25 21:47:33 +02:00
parent edf312a26c
commit ad6a978229
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ os=$(cat "$__global/explorer/os")
case "$os" in case "$os" in
freebsd) freebsd)
if [ "$state_should" == 'present' ]; then if [ "$state_should" = 'present' ]; then
value='YES' value='YES'
else else
value='NO' value='NO'