Update Tue Sep 29 05:30:35 AM CDT 2020

This commit is contained in:
Dewalt 2020-09-29 05:30:35 -05:00
parent 09f7306a77
commit 5dd62c4269
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ check_arg () {
--root) make_rootgreatagain ;; -root) make_rootgreatagain ;; root) make_rootgreatagain ;;
--missing) fix_missing ;; -missing) fix_missing ;; missing) fix_missing ;;
--help) pimpmykali_help ;; -help) pimpmykali_help ;; help) pimpmykali_help ;;
--force) force=1; fix_all ;; -force) force=1; fix_all ;; force) force=1; fix_all ;;
--force) force=1; fix_all $force ;; -force) force=1; fix_all $force ;; force) force=1; fix_all $force ;;
# FIX_NMAP UNCOMMENT TO ENABLE
# --nmap) fix_nmap ;; -nmap) fix_nmap ;; nmap) fix_nmap ;;
*) pimpmykali_help ; exit 0 ;;