neilpang 2018-02-15 20:35:31 +08:00
parent 54a52f7048
commit abd0dad2bf
1 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,10 @@ _initAuth() {
return 1
fi
if [ "$OVH_AK" != "$(_readaccountconf OVH_AK)" ]; then
_info "It seems that your ovh key is changed, let's clear consumer key first."
_clearaccountconf OVH_CK
fi
_saveaccountconf_mutable OVH_AK "$OVH_AK"
_saveaccountconf_mutable OVH_AS "$OVH_AS"