From 811f3d43b62cb48428184474d8eddb38a7e746ae Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Mon, 4 Jun 2018 15:00:49 +0200 Subject: [PATCH] dsnap-sync: search location for snapper config (etc/default/snapper) o adapt to debian like systems (debian/ubuntu/arch-linux) --- src/bin/dsnap-sync | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/dsnap-sync b/src/bin/dsnap-sync index 57df2fd..d3a4a6d 100755 --- a/src/bin/dsnap-sync +++ b/src/bin/dsnap-sync @@ -33,6 +33,7 @@ version="0.5.3" # find_snapper_config script #SNAPPER_CONFIG=/etc/conf.d/snapper SNAPPER_CONFIG=/etc/conf.d/snapper +SNAPPER_CONFIG=/etc/default/snapper SNAPPER_TEMPLATE_DIR=/etc/snapper/config-templates SNAPPER_CONFIG_DIR=/etc/snapper/configs