Skip to content

Commit de8fb33

Browse files
Minor copy changes
1 parent 5c7db5e commit de8fb33

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.devcontainer/post-start-setup.sh

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "==========================================================================
1212
echo " 🚀 APIM SAMPLES - INSTANT VERIFICATION "
1313
echo "============================================================================"
1414
echo ""
15-
echo "⚡ All heavy setup completed during prebuild - verifying environment..."
15+
echo "⚡ All heavy setup was completed during prebuild - verifying environment..."
1616
echo ""
1717

1818
# ------------------------------
@@ -22,7 +22,7 @@ echo ""
2222
WORKSPACE_ROOT="/workspaces/Apim-Samples"
2323
VENV_PATH="$WORKSPACE_ROOT/.venv"
2424

25-
echo "Environment Status:"
25+
echo -e "Environment Status:\n"
2626

2727
# Ultra-fast file system checks (no command execution)
2828
if [ -d "$VENV_PATH" ]; then
@@ -59,18 +59,15 @@ echo "==========================================================================
5959
echo " ⚡ INSTANT VERIFICATION COMPLETE! "
6060
echo "============================================================================"
6161
echo ""
62-
printf "⏱️ Verification time: %s seconds (prebuild optimizations working!)\n" "$duration"
63-
echo "🎉 Environment ready - all heavy lifting done during prebuild!"
62+
printf "⏱️ Verification time: %s seconds (prebuild optimizations working!)\n" "$duration"
6463
echo ""
65-
echo "🔍 This terminal shows your quick verification status."
66-
echo "📋 You can minimize this panel or open a new terminal for your work."
67-
echo ""
68-
echo "🚀 Your APIM Samples environment is ready to use!"
69-
echo ""
70-
echo " NEXT STEPS:"
64+
echo "🎉 Your APIM Samples environment is ready to use!"
65+
echo -e "\n"
66+
echo " Next Steps:"
7167
echo " -----------"
7268
echo ""
7369
echo " 1. Log in via the Azure CLI: az login"
7470
echo " 2. Start using the infrastructures and samples!"
7571
echo ""
7672
echo "============================================================================"
73+
echo -e "\n\n"

0 commit comments

Comments
 (0)