From d7cf334274f2afacf8b5c11bc990ef758ccb1dbb Mon Sep 17 00:00:00 2001 From: "Carl N. Baldwin" Date: Tue, 13 Dec 2005 09:51:57 -0700 Subject: [PATCH] Fix a bug that broke backups for Carl --- scripts/config.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/config.sh b/scripts/config.sh index ff58479..d0cf74a 100755 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -30,8 +30,7 @@ backupdirs=" /var/lib/mailman " -excludedirs=" -" +excludedirs="" function err() { echo 2>&1 "-E- $1" -- 2.34.1