corrected if statement line 1218
This commit is contained in:
parent
f2ceed2183
commit
337c6f16f2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue