From 845c3db11407261deaa87f25c2fe7b02e57e48e5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 2 Jan 2016 01:54:18 +0000 Subject: well, since we use one function for both build and iso, the message should be a bit more...common --- libvasile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvasile') diff --git a/libvasile b/libvasile index bc3dd45..f591776 100755 --- a/libvasile +++ b/libvasile @@ -32,7 +32,7 @@ chrootchecksumx64 () { echo "good, x64 squashed chroot && checksum file found ... verifying integrity" echo "" if [[ "$(md5sum -c "$chrootx64md5")" ]] ; then - echo "good, x64 squashed chroot checksum passed ... starting environment" + echo "good, x64 squashed chroot checksum passed ... starting engines" echo "" sleep 1 break @@ -53,7 +53,7 @@ chrootchecksumx86 () { echo "good, x86 squashed chroot && checksum file found ... verifying integrity" echo "" if [[ "$(md5sum -c "$chrootx86md5")" ]] ; then - echo "good, x86 squashed chroot checksum found ... starting environment" + echo "good, x86 squashed chroot checksum found ... starting engines" echo "" sleep 1 break -- cgit v1.2.3