Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
evilalmus authored Apr 12, 2024
1 parent 88d3b13 commit 128eb21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -e
chown -R arlo-downloader:arlo-downloader /records
chown -R 99:100 /records
/bin/bash -l -c "$*"
exec exec runuser -u appuser "$@"
exec exec runuser -u appuser "$@"

0 comments on commit 128eb21

Please sign in to comment.