Skip to content
Snippets Groups Projects
Commit cacfafaf authored by Lars Seipel's avatar Lars Seipel
Browse files

entrypoint: do not fail when mkdir hits EEXIST

parent c7735fde
No related branches found
No related tags found
No related merge requests found
Pipeline #134422 passed
......@@ -4,7 +4,7 @@ set -e
config=/data/GeoIP.conf
dbdir=/data/dbs
mkdir $dbdir
mkdir -p $dbdir
cat >"$config" <<EOF
AccountID $GEOIP_ACCOUNT_ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment