Forgot to getConfiguredClient for crypt update

This commit is contained in:
Alex Epstein 2017-07-15 12:41:27 -04:00
parent 39e103726a
commit 7be6b96c14
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ if [[ $# == 0 ]]; then
usage
exit 0
elif [[ $1 == "update" ]];then
getConfiguredClient || exit 1
update
exit 0
elif [[ $1 == "help" ]];then