5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
echo "Container crashed. Exiting..."
|
||
|
exit 1
|