Skip to content

Commit

Permalink
notask: fix space in ln (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uburro committed Dec 4, 2024
1 parent 871949c commit 5443586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/worker/slurmd_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ln -s /mnt/jail/etc/gshadow /etc/gshadow
chown -h 0:42 /etc/{shadow,gshadow}

echo "Link home from jail because slurmd uses it"
ln -s /mnt/jail/home /home
ln -s /mnt/jail/home /home

echo "Bind-mount slurm configs from K8S config map"
for file in /mnt/slurm-configs/*; do
Expand Down

0 comments on commit 5443586

Please sign in to comment.