summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot b/buildbot
index 53929d6..626b4f0 100755
--- a/buildbot
+++ b/buildbot
@@ -55,7 +55,7 @@ envkogaionsquashfsintegrity () {
export local sqfsrootmd5file=""$sqfsroot".md5"
export local sqfsrootmd5="$(cat "$sqfsrootmd5file" | awk {'print $1'})"
if [[ -f "$sqfsroot" && -f "$sqfsrootmd5file" ]] ; then
- echo "Good, i686 squashed chroot && checksum FOUND ... verifying integrity"
+ echo "Good, i686 squashed chroot && checksum file FOUND ... verifying integrity"
echo ""
if [[ "$(md5sum "$sqfsroot" | awk {'print $1'})" = "$sqfsrootmd5" ]] ; then
echo "Good, i686 squashed chroot checksum PASSED ... starting environment"