Skip to content

Commit

Permalink
[Nyx] Fix covdata permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Jun 18, 2024
1 parent dfbc7ec commit a10a806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/nyx/launch-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ trap onexit EXIT
mkdir -p /covdata
chown -R worker:worker /home/worker/sharedir
chown root:worker /logs /covdata
chmod 0775 /logs
chmod 0775 /logs /covdata
su worker -c "/home/worker/launch-worker.sh"

0 comments on commit a10a806

Please sign in to comment.