Merge pull request #3 from dtinth/patch-1

Clean up `/tmp` in `container-init`
This commit is contained in:
Héctor Molinero Fernández
2020-10-14 20:33:09 +02:00
committed by GitHub

View File

@@ -2,6 +2,9 @@
set -eu
# Remove leftover files
find /tmp/ -mindepth 1 -delete
# Create additional groups
_IFS=${IFS}; IFS=,
for gid in ${UNPRIVILEGED_USER_GROUPS?}; do