Skip to content

Commit

Permalink
Don't overwrite sitepack on every restart.
Browse files Browse the repository at this point in the history
The condition in `30-config` will never work, since the path is incorrect, therefore all the siteini files are overwritten on every start.
  • Loading branch information
michaelarnauts authored Dec 27, 2018
1 parent 619cf25 commit dc4d702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/cont-init.d/30-config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc4d702

Please sign in to comment.