-fail, not skip

This commit is contained in:
Christian Grothoff 2023-06-22 16:31:51 +02:00
parent 32d5b90827
commit 22d5b9fc3a
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -638,7 +638,7 @@ then
if [ "1" != "$OK" ]
then
cat "$LAST_RESPONSE"
exit_skip "Failed to setup exchange keys, check secmod logs"
exit_fail "Failed to setup exchange keys, check secmod logs"
fi
rm "$LAST_RESPONSE"
echo " OK"
@ -690,7 +690,7 @@ then
if [ "1" != "$OK" ]
then
cat "$LAST_RESPONSE"
exit_skip " Failed to setup keys"
exit_fail " Failed to setup keys"
fi
rm "$LAST_RESPONSE"
echo " OK"