removed file hash check

it seems that during a git clone, all the file hashes are changed. removed the check until future notice.
Also removing signature file as that is having the same issue as the main script file hash changes and fails to verify
This commit is contained in:
2021-11-26 12:35:12 -05:00
parent d406f89835
commit 70920467e8
2 changed files with 2 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ param (
if ($verbose) {
$VerbosePreference = "continue"
}
<#
# Commands to generate base64 encoded file hashes, don't run in ISE as copying it out includes the line breaks
# get file hashes
# $hashes = $(Get-ChildItem -Recurse "$PSScriptRoot\lib\" | Get-FileHash -Algorithm SHA256)
@@ -39,7 +39,7 @@ if ($($compareObjects | measure).count -gt 0) {
Write-Error "File hashes do not match."
exit 1
}
#>
# get the date/time for the back filename
$dateTime = Get-Date -format ("yyyyMMdd-HHmmss")
# set the binaries path, do not rely on the path variables as they are not hashed

View File

@@ -1,8 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iLcEABMKAB0WIQRNBw1gUe//KQUJi2MW40ofFzkKagUCYaEUawAKCRAW40ofFzkK
ai3MAgjdtcgYiBNJqUL5KH5SE7VjG9EZ7DN3M9UrHI4QRlqSN1GnpbQ1tyktoih9
Vd6Iahmr4ZLI3eCpWKu/bEvHEZegigIHf2RsinBeEHKmcz0qcIWRxmT+j6Os2EQE
LPFV5wIMVqMHTaS3K/h9uAf3ETe5fyg7jEJV/p6Jl+Y6q+uJHdunLYA=
=/504
-----END PGP SIGNATURE-----