diff options
-rwxr-xr-x | doalogwatch.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doalogwatch.in b/doalogwatch.in index c479cbf..ad1d931 100755 --- a/doalogwatch.in +++ b/doalogwatch.in @@ -14,7 +14,7 @@ touch ${warteAufFile} || exit 1 # check for currently running backups ps aux | grep -v "\sgrep\s" | grep -q "\s\(#BINDIR#/\)\?backup\s" && exit 11 -if [ -x #ETCDIR#/backup.conf ] +if [ -r #ETCDIR#/backup.conf ] then . #ETCDIR#/backup.conf for i in 1 2 |