fix(init script): add X permission

This commit is contained in:
cubic
2023-06-06 10:58:37 +08:00
parent 6b42f1a47f
commit 07ddfb5a6f

2
misc/initailize_container.sh Normal file → Executable file
View File

@@ -7,7 +7,7 @@ echo '> Start post initialization...'
cp ../config.template.yaml ../env/config.yaml
cp ../env.template.yaml ../env/env.yaml
chmod 0777 ../env/config.yaml ../env/env.yaml
chmod 0777 ../env/config.yaml ../env/env.yaml ./env.yaml ./config.yaml
chmod -R 0777 ../git-storage
chown -R git:git ../application/logs