summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adduser/adduser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/adduser/adduser.sh b/adduser/adduser.sh
index ab6f3b2..188c06b 100644
--- a/adduser/adduser.sh
+++ b/adduser/adduser.sh
@@ -166,7 +166,7 @@ shell_exists()
fi
fi
! [ -x "$_sh" ] &&
- warn "The shell ($_sh) does not exist or is not executable."
+ info "The shell ($_sh) does not exist or is not executable."
return 0
}