MT#8883 Update md5sum of md5sum_sipwise_key_expected

Change-Id: Ice950cb98b4a4d095710c6bb22bdf834af764651
(cherry picked from commit 53950319d3)
mr3.5
Alexander Lutay 10 years ago
parent e2b5130ab3
commit 5f81f951a3

@ -144,7 +144,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