Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
Exit the script if license validation failed.
  • Loading branch information
bianchi2 authored Nov 18, 2024
1 parent 69abda4 commit f719385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pre_flight_checks() {
done
if [ $? -ne 0 ]; then
log "License validation failed" "ERROR"
exit $?
exit 1
fi
fi
done
Expand Down

0 comments on commit f719385

Please sign in to comment.