We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5de87e1 + 40fe7e2 commit af4189bCopy full SHA for af4189b
build.sh
@@ -38,7 +38,7 @@ fi
38
39
APP_MGR_CMD=
40
for APP_MGR in ${APP_MGRS}; do
41
- APP_MGR_CHECK=`which ${APP_MGR} &>/dev/null`
+ APP_MGR_CHECK=`which ${APP_MGR}`
42
if [ $? -eq 0 ] ; then
43
APP_MGR_CMD="${APP_MGR}"
44
break
dist/admin/misc/admpass.sh
@@ -47,7 +47,7 @@ while [ $SUCC -eq "0" ]; do
47
fi
48
else
49
echo ""
50
- echo "[ERROR] Sorry, password must be at least 6 charactors!"
+ echo "[ERROR] Sorry, password must be at least 6 characters!"
51
52
53
done
0 commit comments