Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Drazzilb08 committed Feb 18, 2024
1 parent 748752b commit aa8ee72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ done

echo "Starting userScripts as $(whoami) running userscripts with UID: $PUID and GID: $PGID"

chown -R ${PUID}:${PGID} /${CONFIG_DIR} /data /app > /dev/null 2>&1
chown -R ${PUID}:${PGID} /${CONFIG_DIR} /app > /dev/null 2>&1

# Run main.py as the dockeruser
exec su -s /bin/bash -c "python3 /app/main.py" dockeruser

0 comments on commit aa8ee72

Please sign in to comment.