MT#8883 Update md5sum of md5sum_sipwise_key_expected

Change-Id: I12e8a91a022b6c9828fa91c876e4819297b27e94
changes/50/1650/1
Alexander Lutay 10 years ago
parent 419689de1a
commit 64dc77b74d

@ -169,7 +169,7 @@ install_sipwise_key() {
wget -O /etc/apt/trusted.gpg.d/sipwise.gpg http://${SIPWISE_REPO_HOST}/spce/sipwise.gpg
fi
md5sum_sipwise_key_expected=32a4907a7d7aabe325395ca07c531234
md5sum_sipwise_key_expected=bcd09c9ad563b2d380152a97d5a0ea83
md5sum_sipwise_key_calculated=$(md5sum /etc/apt/trusted.gpg.d/sipwise.gpg | awk '{print $1}')
if [ "$md5sum_sipwise_key_calculated" != "$md5sum_sipwise_key_expected" ] ; then

Loading…
Cancel
Save