From 35dbef2a96457e86f185008ae6c83f5d3f6f38ef Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 18 Aug 2015 10:35:59 +0200 Subject: [PATCH] Use /usr/local/etc/backup-script.conf by default (not /etc/...) --- bin/backup-script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/backup-script b/bin/backup-script index 9a8ad2b..2f2eee1 100755 --- a/bin/backup-script +++ b/bin/backup-script @@ -266,8 +266,9 @@ Initialize_Last_SysTarget_Snapshot() { # Search configuration file (last one is used as default!) for conf in \ "/usr/local/etc/backup-script.conf" \ - "${conf_d}/backup-script.conf" \ "/etc/backup-script.conf" \ + "${conf_d}/backup-script.conf" \ + "/usr/local/etc/backup-script.conf" \ ; do [ -r "$conf" ] && break done -- 2.39.2