Skip to content

Commit

Permalink
Set enroot directory permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Verdi March authored and sean-smith committed Feb 19, 2024
1 parent c439efe commit 8d9d98d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ if [[ $(mount | grep /opt/dlami/nvme) ]]; then
chmod 1777 /opt/dlami/nvme/tmp
chmod 1777 /opt/dlami/nvme/tmp/enroot/

#mkdir -p /opt/dlami/nvme/tmp/enroot/data/
#chmod 1777 /opt/dlami/nvme/tmp/enroot/data/
mkdir -p /opt/dlami/nvme/tmp/enroot/data/
chmod 1777 /opt/dlami/nvme/tmp/enroot/data/

# mkdir -p /opt/dlami/nvme/enroot
# chmod 1777 /opt/dlami/nvme/enroot
mkdir -p /opt/dlami/nvme/enroot
chmod 1777 /opt/dlami/nvme/enroot

fi

Expand Down

0 comments on commit 8d9d98d

Please sign in to comment.