iup: improve config checksums log message

This commit is contained in:
Alex Oprea 2017-01-30 22:42:48 +01:00
parent d3e6be9559
commit 2b31afb782

View file

@ -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