ditch echo
for printf
& redirect error messages to standard output stream
This commit is contained in:
@ -36,5 +36,5 @@ then
|
||||
su root -c "rm -fr ${cache}" || exit 1
|
||||
fi
|
||||
else
|
||||
echo "No pre-generated md5-cache found in ${cache}"
|
||||
printf "%s\n" "No pre-generated md5-cache found in ${cache}" >> /dev/stderr
|
||||
fi
|
||||
|
Reference in New Issue
Block a user