mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-12-19 20:54:24 -05:00
12 lines
204 B
Plaintext
Executable File
12 lines
204 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
# permissions
|
|
lsiown -R abc:abc \
|
|
/config
|
|
chmod -R 0644 /etc/logrotate.d
|
|
chmod -R +r /config/log
|
|
|
|
# Workaround for systems with chmod errors
|
|
true
|