fix
This commit is contained in:
parent
e572265025
commit
2372fd1ffc
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# write files owned by the user who runs the container
|
# write files owned by the user who runs the container
|
||||||
# if your volume is mounted at /browsertime, use it as CWD
|
# if your volume is mounted at /browsertime, use it as CWD
|
||||||
[[ -d /browsertime && "$PWD" = "/" ]] && cd /browsertime
|
[[ -d /sitespeedio && "$PWD" = "/" ]] && cd /sitespeedio
|
||||||
|
|
||||||
uid=$(stat -c '%u' . 2>/dev/null || echo 0)
|
uid=$(stat -c '%u' . 2>/dev/null || echo 0)
|
||||||
gid=$(stat -c '%g' . 2>/dev/null || echo 0)
|
gid=$(stat -c '%g' . 2>/dev/null || echo 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue