look for config files in standard location on installation

This commit is contained in:
James Barnett
2017-06-03 20:22:59 -04:00
parent c4654b8859
commit 0dd0300a23
4 changed files with 19 additions and 16 deletions

View File

@@ -29,8 +29,9 @@ set -o errtrace
version="0.4"
name="snap-sync"
# The following line is modified by the Makefile
SNAPPER_CONFIG=/etc/conf.d/snapper
# The following line is modified by the Makefile or
# find_snapper_config script
SNAPPER_CONFIG=/etc/sysconfig/snapper
TMPDIR=$(mktemp -d)
PIPE=$TMPDIR/$name.out