Skip to content

Commit af4189b

Browse files
committed
2 parents 5de87e1 + 40fe7e2 commit af4189b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838

3939
APP_MGR_CMD=
4040
for APP_MGR in ${APP_MGRS}; do
41-
APP_MGR_CHECK=`which ${APP_MGR} &>/dev/null`
41+
APP_MGR_CHECK=`which ${APP_MGR}`
4242
if [ $? -eq 0 ] ; then
4343
APP_MGR_CMD="${APP_MGR}"
4444
break

dist/admin/misc/admpass.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ while [ $SUCC -eq "0" ]; do
4747
fi
4848
else
4949
echo ""
50-
echo "[ERROR] Sorry, password must be at least 6 charactors!"
50+
echo "[ERROR] Sorry, password must be at least 6 characters!"
5151
echo ""
5252
fi
5353
done

0 commit comments

Comments
 (0)