diff --git a/include/dts-functions.sh b/include/dts-functions.sh index 2dfa73a8..cf53a95d 100644 --- a/include/dts-functions.sh +++ b/include/dts-functions.sh @@ -719,7 +719,8 @@ check_se_creds() { TEST_LOGS_URL="https://cloud.3mdeb.com/index.php/s/${CLOUDSEND_LOGS_URL}/authenticate/showShare" if [ ! -v BIOS_LINK_DES ] && [ ! -v HEADS_LINK_DES ]; then - error_exit "There is no Dasharo Entry Subscription available for your platform!" + print_error "There is no Dasharo Entry Subscription available for your platform!" + return 1 fi if check_network_connection; then