PagerMaid-Pyro/s6/etc/cont-init.d/30-config

5 lines
112 B
Plaintext
Raw Normal View History

2022-05-25 03:33:32 +00:00
#!/usr/bin/with-contenv bash
if [[ $RUN_AS_ROOT != true ]]; then
chown -R pagermaid:pagermaid /pagermaid
fi