diff --git a/recipes-ids/aide/aide_0.18.8.bb b/recipes-ids/aide/aide_0.18.8.bb
index 2912cb2..7d1c05a 100644
--- a/recipes-ids/aide/aide_0.18.8.bb
+++ b/recipes-ids/aide/aide_0.18.8.bb
@@ -63,12 +63,13 @@ CONF_FILE = "${sysconfdir}/aide.conf"
 FILES:${PN} += "${libdir}/${PN} ${sysconfdir}/aide.conf"
 
 pkg_postinst_ontarget:${PN} () {
-    if [ ${AIDE_SCAN_POSTINIT} ]; then
-        ${bindir}/aide -i
-    fi
-    if [ ${AIDE_RESCAN_POSTINIT}  && -e ${libdir}/aide/aide.db.gz ]; then
-        ${bindir}/aide -C
-    fi
+    if [ "${AIDE_SCAN_POSTINIT}" = "1" ]; then
+          ${bindir}/aide -i
+      fi
+      if [ "${AIDE_RESCAN_POSTINIT}" = "1" ] && [ -e ${libdir}/aide/aide.db.gz ]; then
+          ${bindir}/aide -C
+      fi
+
 }
 
 RDEPENDS:${PN} = "bison libpcre"
