From 337c6f16f2a41ddf104e6bed4aee2d03070e9290 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Wed, 24 May 2023 02:36:01 -0500 Subject: [PATCH] corrected if statement line 1218 --- pimpmykali.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index ae116f8..1806fdd 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -1215,7 +1215,7 @@ hacking_api_prereq() { # user specific setup if [ $finduser == "root" ] then - if [ ! -d /home/$finduser/labs ] + if [ ! -d /$finduser/labs ] then echo -e "\n $greenplus Creating labs directory /$finduser/labs" mkdir /$finduser/labs