9833f81007
Trying this, time to see if it works.
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
|
|
#!/usr/bin/with-contenv bash
|
|
|
|
groupmod -o -g "$PGID" abc
|
|
usermod -o -u "$PUID" abc
|
|
|
|
chown -R abc:abc /app
|
|
chown -R abc:abc /config
|
|
|
|
chmod +x /app/run.sh |