mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-09-09 18:21:33 +09:00
11 lines
173 B
Plaintext
Executable File
11 lines
173 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
# permissions
|
|
lsiown -R abc:abc \
|
|
/config
|
|
chmod -R +r /config/log
|
|
|
|
# Workaround for systems with chmod errors
|
|
true
|