wIK5Ez2o commited on
Commit
a0ddea8
·
verified ·
1 Parent(s): e19df9f

Update launch.sh

Browse files
Files changed (1) hide show
  1. launch.sh +2 -2
launch.sh CHANGED
@@ -20,9 +20,9 @@ function env() {
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"
 
20
  }
21
 
22
  function init() {
23
+ mkdir /data1
24
  #chmod 777 /data
25
+ cd /data1
26
 
27
  git config --global user.email "[email protected]"
28
  git config --global user.name "git-batch"