corrected if statement line 1218
This commit is contained in:
parent
f2ceed2183
commit
337c6f16f2
|
|
@ -1215,7 +1215,7 @@ hacking_api_prereq() {
|
||||||
# user specific setup
|
# user specific setup
|
||||||
if [ $finduser == "root" ]
|
if [ $finduser == "root" ]
|
||||||
then
|
then
|
||||||
if [ ! -d /home/$finduser/labs ]
|
if [ ! -d /$finduser/labs ]
|
||||||
then
|
then
|
||||||
echo -e "\n $greenplus Creating labs directory /$finduser/labs"
|
echo -e "\n $greenplus Creating labs directory /$finduser/labs"
|
||||||
mkdir /$finduser/labs
|
mkdir /$finduser/labs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue