diff options
-rw-r--r-- | etc/rc.d/sysctl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/sysctl b/etc/rc.d/sysctl index 4ae6da8..71e6752 100644 --- a/etc/rc.d/sysctl +++ b/etc/rc.d/sysctl @@ -49,8 +49,8 @@ FreeBSD_start() sysctl ${var} ;; esac - elif [ "$1" -eq "last" ]; then - warn "sysctl ${mib} does not exits." + elif [ "$1" = "last" ]; then + warn "sysctl ${mib} does not exist." fi ;; esac |