mirror of
https://github.com/linuxserver/docker-webgrabplus.git
synced 2026-02-19 19:52:00 +08:00
Merge pull request #8 from michaelarnauts/patch-2
Don't overwrite sitepack on every restart.
This commit is contained in:
commit
dd277f9fd6
@ -3,7 +3,7 @@
|
||||
# copy config
|
||||
[[ ! -e /config/WebGrab++.config.xml ]] && \
|
||||
cp /defaults/WebGrab++.config.xml /config/
|
||||
[[ ! -e /config/ini/siteini.pack ]] && \
|
||||
[[ ! -e /config/siteini.pack ]] && \
|
||||
cp -R /defaults/ini/siteini.pack /config/
|
||||
|
||||
# add cron file for running webgrab+plus
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user