Start converting to Rocky Linux base image

This commit is contained in:
2023-07-10 16:48:51 +02:00
parent fa2287c661
commit f0a6652fb0
11 changed files with 260 additions and 268 deletions

View File

@@ -45,7 +45,7 @@ _wait_for_worker() {
# run slurmd
_slurmd() {
if [ ! -f /.secret/slurm.conf ]; then
echo -n "cheking for slurm.conf"
echo -n "checking for slurm.conf"
while [ ! -f /.secret/slurm.conf ]; do
echo -n "."
sleep 1