We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0c385 commit 701befdCopy full SHA for 701befd
automated/linux/lmp-device-register/lmp-device-register.sh
@@ -100,7 +100,7 @@ fi
100
pipe0_status "lmp-device-register --name ${DEVICE_NAME} -T ${TOKEN} -u ${REG_UUID} -m ${HSM_MODULE} -S 12345678 -P 87654321 2>&1" "tee ${OUTPUT}/registration.log"
101
# shellcheck disable=SC2181
102
if [ $? -ne 0 ]; then
103
- grep "ERROR: Device appears to already be registered" "${OUTPUT}/registration.log"
+ grep "HSM incorrectly configured" "${OUTPUT}/registration.log"
104
check_return "lmp-device-registered-already"
105
else
106
report_fail "lmp-device-registered-already"
0 commit comments