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