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:
parent
8dd419818a
commit
562fecc04e
1 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,9 @@ mknod -m 0660 /dev/loop0 b 7 0 2>/dev/null || true
|
|||
|
||||
for i
|
||||
do
|
||||
export ${i}
|
||||
key=$(echo ${i} | cut -d= -f1)
|
||||
value=$(echo ${i} | cut -d= -f2-)
|
||||
export ${key}="${value}"
|
||||
done
|
||||
|
||||
# Pull container
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue