1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

Update entrypoint.sh

This commit is contained in:
Jason N 2024-03-04 19:23:08 -05:00 committed by GitHub
parent 8dd419818a
commit 562fecc04e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,9 @@ mknod -m 0660 /dev/loop0 b 7 0 2>/dev/null || true
for i for i
do do
export ${i} key=$(echo ${i} | cut -d= -f1)
value=$(echo ${i} | cut -d= -f2-)
export ${key}="${value}"
done done
# Pull container # Pull container