Merge branch 'develop' into fixDocker

This commit is contained in:
danny-mhlv 2022-09-08 12:40:52 +03:00
commit 061f68f3d3

View File

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
set -Eeuo pipefail set -Eeuo pipefail
trap cleanup SIGINT SIGTERM ERR EXIT trap cleanup SIGINT SIGTERM ERR EXIT