diff --git a/run_init.sh b/run_init.sh index 10ffd214..4fab20cf 100755 --- a/run_init.sh +++ b/run_init.sh @@ -39,6 +39,7 @@ try_platform "Ubuntu_22.04" "$1" try_platform "PopOS_22.04" "$1" try_platform "Android_13" "$1" -echo -e "${RED}Fatal error: Unsupported platform - no supported platform detected.${NC}" \ +echo -e "${RED}run_init.sh: Fatal error - Unsupported platform " \ + "- no supported platform detected.${NC}" \ | tee --append "${LOG_PATH}" exit ${EXIT_INCORRECT_PLATFORM}