diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-04-17 15:20:19 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-04-17 15:20:19 +0100 |
commit | 791c1b2b7ef03116770f6bc514bc6af9861c7f0f (patch) | |
tree | 5b10aca4c2fb44fc7fd174c77fdee16ca04aabab | |
parent | db0f02e0fcd5620c752a900be8f5b46f4afbca75 (diff) |
fix leftovers
-rwxr-xr-x | libvasile-kogaion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvasile-kogaion b/libvasile-kogaion index 5fedb23..47b1510 100755 --- a/libvasile-kogaion +++ b/libvasile-kogaion @@ -25,7 +25,7 @@ checkroot () { fi } -chrootchecksumx64 () { +chrootchecksum () { while : true ; do if [[ -f "$chrootx64" && -f "$chrootx64md5" ]] ; then echo "good, squashed chroot && checksum file found ... verifying integrity" |