md5sum now shasum

This commit is contained in:
Egan Ford 2016-01-10 13:12:17 -07:00
parent 8ec4fcf11b
commit 768284e5d2
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ _test()
S2=$(/usr/bin/shasum test.$FILETYPE | awk '{print $1}')
echo "$IMAGE $S1 $S2" >>test.log
echo >>test.log
if [ "$S1" = "$S2" ]
then