Skip to content

Commit

Permalink
updat uid
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta@microsoft committed Jan 10, 2025
1 parent ffd6064 commit 35983c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python_eol/execute_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ CONTAINER_SOURCES_DIRECTORY="/home/waagent/WALinuxAgent"
NOSETESTS_OPTIONS="--verbose --with-xunit"

#
# Give ownership of the logs directory to 'waagent' (UID 1000)
# Give ownership of the logs directory to 'waagent' (UID 1001)
#
sudo chown 1000 "$LOGS_DIRECTORY"
sudo chown 1001 "$LOGS_DIRECTORY"

#
# Give the current user access to the Docker daemon
Expand Down

0 comments on commit 35983c4

Please sign in to comment.