We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ccd49 commit 3a56ee9Copy full SHA for 3a56ee9
docker/judgehost/chroot-and-tar.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -euo pipefail
4
+
5
# Usage: https://github.com/DOMjudge/domjudge/blob/main/misc-tools/dj_make_chroot.in#L58-L87
6
/opt/domjudge/judgehost/bin/dj_make_chroot
7
0 commit comments