mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
try harder to let all build processes die when ssh dies
This commit is contained in:
@@ -30,6 +30,8 @@ set +x
|
||||
|
||||
ssh $SSHTARGET bash -c "cat >$BUILDDIR/exec_docker_run" <<_HERE
|
||||
set +x -e
|
||||
# make sure all processes exit when ssh dies
|
||||
shopt -s huponexit
|
||||
cd $BUILDDIR
|
||||
export DCC_PY_LIVECONFIG=$DCC_PY_LIVECONFIG
|
||||
export DCC_NEW_TMP_EMAIL=$DCC_NEW_TMP_EMAIL
|
||||
|
||||
Reference in New Issue
Block a user