mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-14 10:30:35 +08:00
13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
function __fixuser {
|
|
|
|
groupmod -o -g "${PGID}" ab
|
|
usermod -o -u "${PUID}" ab
|
|
|
|
chown ab:ab -R /app
|
|
|
|
}
|
|
|
|
__fixuser 2>&1 | sed "s#^#cont-init: info: $(realpath $0): &#g" |