check for lazystream update on container start (#47)
This commit is contained in:
12
root/etc/cont-init.d/70-chown-files
Normal file
12
root/etc/cont-init.d/70-chown-files
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
chown -R abc:abc /config
|
||||
chown -R abc:abc /playlists
|
||||
chown -R abc:abc /guide2go
|
||||
chown -R abc:abc /xteve
|
||||
chown -R abc:abc /tmp/xteve
|
||||
|
||||
chown -R abc:abc /home/abc
|
||||
|
||||
# So xteve can auto update
|
||||
chown -R abc:abc /usr/bin
|
||||
Reference in New Issue
Block a user