addons-server/docker/fix_olympia_user.sh

4 строки
117 B
Bash
Executable File

# Alter the uid/gid of the olympia user/group to match the host
usermod -u ${UID} olympia
groupmod -g ${GID} olympia