mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-10 11:17:16 +01:00
iup: improve config checksums log message
This commit is contained in:
parent
d3e6be9559
commit
2b31afb782
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue