Skip to content

Commit

Permalink
Update run_init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Sep 18, 2023
1 parent 32b2433 commit d0a81e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit d0a81e3

Please sign in to comment.