summaryrefslogtreecommitdiffstats
path: root/bind-chroot-admin.in
diff options
context:
space:
mode:
Diffstat (limited to 'bind-chroot-admin.in')
-rw-r--r--bind-chroot-admin.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bind-chroot-admin.in b/bind-chroot-admin.in
index 3ff3e58..4ba7bc6 100644
--- a/bind-chroot-admin.in
+++ b/bind-chroot-admin.in
@@ -212,7 +212,7 @@ function master_zone_writes_enabled()
if selinux_enabled; then
if [ -x /usr/sbin/getsebool ]; then
named_write_master_zones=`/usr/sbin/getsebool named_write_master_zones | cut -d' ' -f3`;
- if [ $named_write_master_zones == "on" ]; then
+ if [ $named_write_master_zones = "on" ]; then
return 0;
else
return 1;