Skip to content

Commit

Permalink
include: dts-functions: remove unnecessary error_exit
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorG351 authored and DaniilKl committed Apr 16, 2024
1 parent 98fe8af commit 8b9f6fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/dts-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b9f6fb

Please sign in to comment.