Removed personal code test
This commit is contained in:
parent
c88d594a10
commit
917166ed11
1 changed files with 0 additions and 1 deletions
1
jhalfs
1
jhalfs
|
@ -253,7 +253,6 @@ SUDO_LOC="`whereis -b sudo | cut -d " " -f2`"
|
|||
if [ -x $SUDO_LOC ]; then
|
||||
sudoVer=`sudo -V | head -n1 | cut -d " " -f3`
|
||||
echo "SUDO ${L_arrow}${BOLD}${sudoVer}${R_arrow}${OFF} ..OK"
|
||||
check_version "1.0.0" "${sudoVer}" "SUDO"
|
||||
else
|
||||
echo "${nl_}\"${RED}sudo${OFF}\" ${BOLD}must be installed on your system for jhalfs to run"
|
||||
exit 1
|
||||
|
|
Reference in a new issue