Add if for mkdir Lessons
This commit is contained in:
parent
f86953786b
commit
346f8d3167
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
||||||
##################
|
##################
|
||||||
|
|
||||||
echo "Setting up Lessons..."
|
echo "Setting up Lessons..."
|
||||||
mkdir ~/Lessons
|
if [ ! -e ~/Lessons ]; then
|
||||||
|
mkdir ~/Lessons
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Setting up E2L..."
|
echo "Setting up E2L..."
|
||||||
if [ -e ~/Lessons/E2L ]; then
|
if [ -e ~/Lessons/E2L ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue