Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
loud notice
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Jun 24, 2024
1 parent 4046aa1 commit 4bb57ad
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,14 @@ main() {
setup_voting_app

log "✅ Startup completed! Minikube, Istio, and Kardinal are ready."
log "🔄 Please run: source ~/.bashrc"
echo ""
echo "=================================================================="
echo "🚨 IMPORTANT: You MUST run the following command to update your PATH:"
echo ""
echo " source ~/.bashrc"
echo ""
echo "Failure to do so may result in commands not being found."
echo "=================================================================="
}

main "$@"

0 comments on commit 4bb57ad

Please sign in to comment.