mirror of https://github.com/Xhofe/alist
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
|