mirror of
https://github.com/Michaelangel007/c2t.git
synced 2025-01-15 11:30:13 +00:00
md5sum now shasum
This commit is contained in:
parent
7d97de48d5
commit
8ec4fcf11b
@ -46,8 +46,8 @@ _test()
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
S1=$(md5sum ${IMAGE} | awk '{print $1}')
|
S1=$(/usr/bin/shasum ${IMAGE} | awk '{print $1}')
|
||||||
S2=$(md5sum test.$FILETYPE | awk '{print $1}')
|
S2=$(/usr/bin/shasum test.$FILETYPE | awk '{print $1}')
|
||||||
|
|
||||||
echo "$IMAGE $S1 $S2" >>test.log
|
echo "$IMAGE $S1 $S2" >>test.log
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user