MT#8883 Update md5sum of md5sum_sipwise_key_expected

Change-Id: Ice950cb98b4a4d095710c6bb22bdf834af764651
(cherry picked from commit 53950319d3)
mr3.2
Alexander Lutay 10 years ago
parent c9fec2e22d
commit f01261f8f0

@ -144,7 +144,7 @@ install_sipwise_key() {
wget -O /etc/apt/trusted.gpg.d/sipwise.gpg http://${SIPWISE_REPO_HOST}/spce/sipwise.gpg wget -O /etc/apt/trusted.gpg.d/sipwise.gpg http://${SIPWISE_REPO_HOST}/spce/sipwise.gpg
fi 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}') 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 if [ "$md5sum_sipwise_key_calculated" != "$md5sum_sipwise_key_expected" ] ; then

Loading…
Cancel
Save