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