69dc6d83e0
👷 彻底的 Docker 迭代 (#69)
8 lines
132 B
Plaintext
Executable File
8 lines
132 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
PUID=${PUID:-917}
|
|
PGID=${PGID:-917}
|
|
|
|
groupmod -o -g "$PGID" pagermaid
|
|
usermod -o -u "$PUID" pagermaid
|