mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-03-12 09:06:34 -04:00
9 lines
178 B
Plaintext
Executable File
9 lines
178 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
# permissions
|
|
find /config/log ! -path '/config/log/logrotate.status' -exec chmod +r {} \+
|
|
|
|
lsiown -R abc:abc \
|
|
/config
|