mirror of
https://github.com/wushuo894/ani-rss.git
synced 2026-03-13 09:20:23 +00:00
8 lines
99 B
Bash
8 lines
99 B
Bash
#!/bin/sh
|
|
|
|
chown -R ${PUID}:${PGID} /usr/app
|
|
|
|
umask ${UMASK}
|
|
|
|
exec su-exec ${PUID}:${PGID} /run.sh
|