From 2b31afb7824f7ca0397bc0462323bb5ee80856a7 Mon Sep 17 00:00:00 2001 From: Alex Oprea Date: Mon, 30 Jan 2017 22:42:48 +0100 Subject: [PATCH] iup: improve config checksums log message --- iup/files/sbin/iup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iup/files/sbin/iup b/iup/files/sbin/iup index 4cae0124a..f43224d59 100755 --- a/iup/files/sbin/iup +++ b/iup/files/sbin/iup @@ -378,9 +378,9 @@ while [ -n "$1" ]; do done if [ -f $IUPMD5 ]; then - v "File $IUPMD5 exists" + v "File $IUPMD5 exists, nothing to do" else - v "File $IUPMD5 did not exists" + v "Creating file $IUPMD5" touch $IUPMD5 fi