mirror of
https://github.com/TeamPGM/PagerMaid-Pyro.git
synced 2024-11-25 03:09:41 +00:00
5 lines
112 B
Plaintext
5 lines
112 B
Plaintext
|
#!/usr/bin/with-contenv bash
|
||
|
|
||
|
if [[ $RUN_AS_ROOT != true ]]; then
|
||
|
chown -R pagermaid:pagermaid /pagermaid
|
||
|
fi
|