fix: Add empty epilog script

This commit is contained in:
2025-09-26 16:50:15 +02:00
parent 757877e508
commit e49e294186
+5 -5
View File
@@ -91,11 +91,11 @@ prologScripts:
# Ref: https://slurm.schedmd.com/slurm.conf.html#OPT_Epilog
# Ref: https://slurm.schedmd.com/prolog_epilog.html
# Ref: https://en.wikipedia.org/wiki/Shebang_(Unix)
epilogScripts: {}
# 00-empty.sh: |
# #!/usr/bin/env bash
# set -euo pipefail
# exit 0
epilogScripts:
00-empty.sh: |
#!/usr/bin/env bash
set -euo pipefail
exit 0
# Slurm controller (slurmctld) configuration.
controller: