Update launch.sh
Browse files
launch.sh
CHANGED
@@ -20,7 +20,7 @@ function env() {
|
|
20 |
}
|
21 |
|
22 |
function init() {
|
23 |
-
mkdir
|
24 |
cd /data
|
25 |
|
26 |
git config --global user.email "[email protected]"
|
|
|
20 |
}
|
21 |
|
22 |
function init() {
|
23 |
+
mkdir /data
|
24 |
cd /data
|
25 |
|
26 |
git config --global user.email "[email protected]"
|