diff options
-rwxr-xr-x | doalogwatch.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doalogwatch.in b/doalogwatch.in index 888c474..f88a5cf 100755 --- a/doalogwatch.in +++ b/doalogwatch.in @@ -50,7 +50,7 @@ while ${warten}; do warten=true # check for currently running backups - pgrep -x "(#BINDIR#/)?backup" >/dev/null && \ + pgrep -xf "(#BINDIR#/)?backup( .*)?" >/dev/null && \ warten=true if [ -r '#ETCDIR#/backup.conf' ]; then for i in 1 2; do |