corrected if statement line 1218

This commit is contained in:
Dewalt 2023-05-24 02:36:01 -05:00
parent f2ceed2183
commit 337c6f16f2
1 changed files with 1 additions and 1 deletions

View File

@ -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