Skip to content

Commit

Permalink
don't use generic error message
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel committed Aug 30, 2023
1 parent a62cbee commit d4ad645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function warn() {

# print error msg
function error() {
echo "[${red}ERROR${normal}]: ${bold}$* failed.${normal}" >&2
echo "[${red}ERROR${normal}]: ${bold}$*${normal}" >&2
# just exit normally with error code when testing
[[ "${RPI_TESTING}" == "true" ]] && exit 1
# make sure to stop even if we run in a subprocess
Expand Down

0 comments on commit d4ad645

Please sign in to comment.