Compare commits

..

No commits in common. "02f9dbc024094584481c4672193d1288e0bdd3ee" and "2962b4549689da2520837b7ad713cdcb4efeff9a" have entirely different histories.

3 changed files with 3 additions and 20 deletions

View File

@ -4,7 +4,6 @@
if [ $ONE_SHOT == "true" ]; then
# Cleanly kill container by sending kill signal to supervisor process
echo 0 > /run/s6-linux-init-container-results/exitcode
/run/s6/basedir/bin/halt
kill 1
fi

View File

@ -1,9 +1 @@
#!/command/with-contenv bash
# shellcheck shell=bash
if [ $ONE_SHOT == "false" ]; then
# Export exit code if not a ONE_SHOT
echo "$e" > /run/s6-linux-init-container-results/exitcode
fi
echo "$e" > /run/s6-linux-init-container-results/exitcode

View File

@ -1,9 +1 @@
#!/command/with-contenv bash
# shellcheck shell=bash
if [ $ONE_SHOT == "false" ]; then
# Export exit code if not a ONE_SHOT
echo "$e" > /run/s6-linux-init-container-results/exitcode
fi
echo "$e" > /run/s6-linux-init-container-results/exitcode