mirror of
https://github.com/TeamPGM/PagerMaid-Pyro.git
synced 2024-11-22 11:55:37 +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 |