This commit is contained in:
DDSRem
2023-04-29 12:24:04 +08:00
parent f47448938b
commit 3182a2af46
2 changed files with 18 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ function __fixuser {
groupmod -o -g "${PGID}" ab
usermod -o -u "${PUID}" ab
chown ab:ab -R /app
chown ab:ab -R /app /ab
}