mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-05 05:54:51 +08:00
put back set-e
This commit is contained in:
parent
07c548f299
commit
5ecdd17983
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#set -e
|
set -e
|
||||||
if [ -f /tmp/container_is_terminating ]; then
|
if [ -f /tmp/container_is_terminating ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue