@@ 45,10 45,10 @@ done
# If no username was provided, get that from himitsu as well.
# The username is not expected to be secret.
if [ -z "${USERNAME+x}" ]; then
- USERNAME=$(hiq -1F user "proto=$PROTO" "host=$HOSTNAME")
+ USERNAME=$(hiq -1F username "proto=$PROTO" "host=$HOSTNAME")
echo "username: $USERNAME"
fi
# Extract and print the password.
-PASSWORD=$(hiq -dF password "proto=$PROTO" "host=$HOSTNAME" "user=$USERNAME")
+PASSWORD=$(hiq -dF password "proto=$PROTO" "host=$HOSTNAME" "username=$USERNAME")
echo "password: $PASSWORD"