put back set-e

This commit is contained in:
Eric Busalacchi 2024-06-26 15:22:03 -04:00
parent 07c548f299
commit 5ecdd17983

View file

@ -1,5 +1,5 @@
#!/bin/sh
#set -e
set -e
if [ -f /tmp/container_is_terminating ]; then
exit 0
fi