Compare commits

..

4 Commits
9 ... 11

Author SHA1 Message Date
tobbenb
0ae4b647f7 Merge pull request #12 from tobbenb/winfilename
Set windows compatible filenames to true
2016-08-20 22:32:04 +02:00
tobbenb
c0109fc8eb Set windows compatible filenames to true 2016-08-20 18:43:21 +02:00
tobbenb
cd9107225e Merge pull request #9 from sparklyballs/fixinit
fix config copy in init file
2016-08-20 14:00:12 +02:00
sparklyballs
ae8822135e fix config copy in init file 2016-08-20 12:43:00 +01:00
2 changed files with 3 additions and 4 deletions

View File

@@ -34,5 +34,5 @@
"omit-title": false,
"clean-title": false,
"whitespace-in-title": false,
"windows-compatible-filenames": false
"windows-compatible-filenames": true
}

View File

@@ -2,12 +2,11 @@
# make folders
mkdir -p \
/config/dvr/config \
/config/comskip
# copy config
[[ ! -e /config/dvr/config/ ]] && \
cp /defaults/7a5edfbe189851e5b1d1df19c93962f0 /config/dvr/config/7a5edfbe189851e5b1d1df19c93962f0
[[ ! -e /config/dvr/config ]] && \
(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