grim/containers/trac-bootstrap

default uid and gid to 0
draft
2021-04-11, Gary Kramlich
0e1735501ef1
Parents e0330bc71c67
Children 7a2164e313ac
default uid and gid to 0
  • +2 -0
    bootstrap
  • --- a/bootstrap Sun Apr 11 02:46:35 2021 -0500
    +++ b/bootstrap Sun Apr 11 05:09:06 2021 -0500
    @@ -1,5 +1,7 @@
    #!/bin/sh -e
    +UID=${UID:-0}
    +GID=${GID:-0}
    if [ -z "${S3_URL}" ] ; then
    echo "S3_URL environment variable must be set" >&2