mirror of
https://github.com/GopeedLab/gopeed.git
synced 2026-05-06 15:23:27 +08:00
7 lines
100 B
Bash
7 lines
100 B
Bash
#!/bin/sh
|
|
|
|
chown -R ${PUID}:${PGID} /app
|
|
|
|
umask ${UMASK}
|
|
|
|
exec su-exec ${PUID}:${PGID} ./gopeed "$@" |