Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Jan 3, 2024
1 parent b1a82fb commit 307c341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builders/Linux/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
OLD_UID=$(id -u)
NEW_UID=$(stat -c "%u" /mediafx/CMakeLists.txt)
if [ ! -z "$NEW_UID" -a "$OLD_UID" != "$NEW_UID" ]; then
echo usermod -u "$NEW_UID" -o $(id -u -n) #XXX
usermod -u "$NEW_UID" -o $(id -u -n)
fi

Expand Down

0 comments on commit 307c341

Please sign in to comment.