mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 23:31:35 +09:00
5 lines
105 B
Bash
5 lines
105 B
Bash
#!/bin/bash
|
|
chown 999:999 /usr/local/lsws/conf -R
|
|
chown 999:1000 /usr/local/lsws/admin/conf -R
|
|
exec "$@"
|