Skip to content

Commit

Permalink
put back set-e
Browse files Browse the repository at this point in the history
  • Loading branch information
embusalacchi committed Jun 26, 2024
1 parent 07c548f commit 5ecdd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/healthcheck.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
#set -e
set -e
if [ -f /tmp/container_is_terminating ]; then
exit 0
fi
Expand Down

0 comments on commit 5ecdd17

Please sign in to comment.