7 lines
81 B
Plaintext
7 lines
81 B
Plaintext
#!/usr/bin/with-contenv bash
|
||
|
||
# permissions
|
||
chown -R abc:abc \
|
||
/app \
|
||
/config
|