Change snapper configuration location via Makefile
Update installation instructions. Fixes #43.
This commit is contained in:
@@ -12,6 +12,8 @@ set -o errtrace
|
||||
version="0.4"
|
||||
name="snap-sync"
|
||||
|
||||
SNAPPER_CONFIG=/etc/sysconfig/snapper
|
||||
|
||||
TMPDIR=$(mktemp -d)
|
||||
PIPE=$TMPDIR/$name.out
|
||||
mkfifo $PIPE
|
||||
|
||||
Reference in New Issue
Block a user