diff --git a/jhalfs b/jhalfs index c26b051..94a2bc0 100755 --- a/jhalfs +++ b/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