From ad6a978229b6222024ceb6bb82f7a0ff0b26d9fa Mon Sep 17 00:00:00 2001
From: Kamila Souckova <kamila@ksp.sk>
Date: Sun, 25 Mar 2018 21:47:33 +0200
Subject: [PATCH] I hate shell

---
 cdist/conf/type/__start_on_boot/manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cdist/conf/type/__start_on_boot/manifest b/cdist/conf/type/__start_on_boot/manifest
index 8bc323dc..b9ee20e2 100644
--- a/cdist/conf/type/__start_on_boot/manifest
+++ b/cdist/conf/type/__start_on_boot/manifest
@@ -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'