Skip to content

Commit

Permalink
Update pc_setup_admin.sh
Browse files Browse the repository at this point in the history
change entire config ownership to paf user
  • Loading branch information
ll7 authored Oct 18, 2024
1 parent bc9c264 commit 1f9dcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pc_setup_admin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sudo nvidia-ctk runtime configure --runtime=docker # configure the runtime to us
sudo systemctl restart docker

sudo nvidia-ctk runtime configure --runtime=docker --config=/home/"$1"/.config/docker/daemon.json
sudo chown "$1":"$1" /home/"$1"/.config/docker/daemon.json
sudo chown -R "$1":"$1" /home/"$1"/.config

sudo systemctl restart docker

Expand Down

0 comments on commit 1f9dcb2

Please sign in to comment.