From 8349f3727d2432916762441e7fc97e183c6d1647 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Wed, 8 Jun 2005 14:18:54 +0000 Subject: [PATCH] r71: bugcic u cp_backup_conffile --- functions.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 4b3013d..f5326b9 100644 --- a/functions.sh +++ b/functions.sh @@ -173,7 +173,9 @@ cp_backup_conffile() { did=1 fi fi - + + [ -z "$check" ] && return 0 + if [ "$check" -a "$did" ]; then return 0 else -- 1.7.10.4