Files
docker_system/compose/cloud/entry_uid_change.sh
2022-07-07 12:32:13 +03:00

7 lines
129 B
Bash
Executable File

#!/bin/sh
find / -user 82 -exec chown -v -h 1000 '{}' \;
find / -group 82 -exec chgrp -v 1001 '{}' \;
/entrypoint.sh "php-fpm"