Update Fri Dec 11 01:18:09 PM CST 2020

This commit is contained in:
Dewalt 2020-12-11 13:18:09 -06:00
parent 2c238a704c
commit 33544cb34e
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ pimpmykali_menu () {
echo -e " B - BlindPentesters 'The Essentials' tools & utilies collection\n" # bpt
echo -e " 0 - Fix ALL (runs only 1 thru 8) \n" # fix_all
echo -e " Now with Pimpmyupgrade\n - when prompted select Yes to auto restart services \n"
read -n1 -p " Enter 0 thru 9 or B press X to exit: " menuinput
read -n1 -p " Enter 0 thru 9, B, D, H or ! press X to exit: " menuinput
case $menuinput in
1) fix_missing ;;