Skip to content

Commit

Permalink
make sure /opt is owned by truser:truser
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Sep 27, 2024
1 parent 3b4c018 commit 96b0b07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ start() {
mkdir -p "${TMPDIR}"
mkdir -p "${ENVDIR}"
mkdir -p /var/run/usbmount
chown truser:truser /opt

# initialize everything
init
Expand Down

0 comments on commit 96b0b07

Please sign in to comment.