mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-07 22:18:21 +08:00
fix(init script): add X permission
This commit is contained in:
2
misc/initailize_container.sh
Normal file → Executable file
2
misc/initailize_container.sh
Normal file → Executable 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
|
||||
|
||||
Reference in New Issue
Block a user