Skip to content

Commit

Permalink
ci(docker): update run_patch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain authored Jan 23, 2024
1 parent 9f74eae commit fb1ceb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/runtime_patch.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Remap trame-user to a file/directory owner (TRAME_USER_DATA)
if [ TRAME_USER_DATA ]
if [ -d "$TRAME_USER_DATA" ]
then
new_uid=$(stat -c '%u' $TRAME_USER_DATA)
new_gid=$(stat -c '%g' $TRAME_USER_DATA)
Expand Down

0 comments on commit fb1ceb5

Please sign in to comment.