mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 20:26:26 +08:00
7 lines
122 B
Bash
7 lines
122 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
chown -R ${PUID}:${PGID} /opt/alist/
|
||
|
|
||
|
umask ${UMASK}
|
||
|
|
||
|
exec su-exec ${PUID}:${PGID} ./alist server --no-prefix
|