Skip to content

Commit

Permalink
Set munge key permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jun 28, 2023
1 parent 4f13cbc commit dbb050d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -euo pipefail

cp /tempmounts/munge.key /etc/munge/munge.key
chown 998:998 /etc/munge/munge.key
chmod 600 /etc/munge/munge.key

if [ "$1" = "slurmdbd" ]
then
Expand Down

0 comments on commit dbb050d

Please sign in to comment.