adding picons path to config if this is a first boot

This commit is contained in:
thelamer
2019-02-14 22:19:37 -08:00
parent 6dfbb30c0a
commit 322e35bb00
4 changed files with 11 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ mkdir -p \
(mkdir -p /config/dvr/config && cp /defaults/7a5edfbe189851e5b1d1df19c93962f0 /config/dvr/config/7a5edfbe189851e5b1d1df19c93962f0)
[[ ! -e /config/comskip/comskip.ini ]] && \
cp /defaults/comskip.ini.org /config/comskip/comskip.ini
[[ ! -e /config/config ]] && \
(cp /defaults/config /config/config)
# permissions
chown -R abc:abc \