Skip to content

Commit

Permalink
change info output
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 9, 2023
1 parent 132490a commit 7c59807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installscripts/tests/test_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ verify_installation_exitcode() {
echo "Performing further checks..."
elif [ "${INSTALLATION_EXITCODE}" -eq 2 ]; then
echo "ABORT: Installation aborted due to prerequisite."
echo "Further checks unnecessary."
echo "Further checks skipped."
exit 0
else
echo "ERROR: Installation exited with errorcode '${INSTALLATION_EXITCODE}'"
Expand Down

0 comments on commit 7c59807

Please sign in to comment.