aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/bonding.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bonding.sh b/net/bonding.sh
index 044ce21c..c3e532a2 100644
--- a/net/bonding.sh
+++ b/net/bonding.sh
@@ -136,7 +136,7 @@ bonding_pre_start()
else
# warn if root on nfs and no subsume interface supplied
local root_fs_type=$(mountinfo -s /)
- if [ "${root_fs_type}" == "nfs" ]; then
+ if [ "${root_fs_type}" = "nfs" ]; then
warn_nfs=1
ewarn "NFS root detected!!!"
ewarn " If your system crashes here, /etc/conf.d/net needs"