mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
|
#!/usr/bin/with-contenv bash
|
||
|
|
||
|
# set home of the abc user
|
||
|
usermod -d /deem abc
|
||
|
|
||
|
# permissions
|
||
|
echo "[cont-init.d] Setting permissions this may take some time"
|
||
|
|
||
|
chown -R abc:abc \
|
||
|
/deem/.config/
|
||
|
|
||
|
chown abc:abc \
|
||
|
/downloads/
|