mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-25 23:04:03 +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 |