mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-05-13 02:52:25 +00:00
[Postfix] use python bootstrapper to start POSTFIX container
This commit is contained in:
@@ -8,7 +8,7 @@ for file in /hooks/*; do
|
||||
fi
|
||||
done
|
||||
|
||||
python3 /bootstrap/main.py
|
||||
python3 -u /bootstrap/main.py
|
||||
BOOTSTRAP_EXIT_CODE=$?
|
||||
|
||||
if [ $BOOTSTRAP_EXIT_CODE -ne 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user