fix: update project folder name to DentalManagementMH07 in shortcut scripts

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-03 23:04:29 -04:00
parent 8eb2bceabb
commit e7d610b970
4 changed files with 6 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ echo ""
echo "=============================="
echo " STEP 13 — Desktop shortcuts "
echo "=============================="
bash ~/Desktop/DentalManagementMH06/setup-desktop-shortcut.sh
bash ~/Desktop/DentalManagementMH07/setup-desktop-shortcut.sh
echo "✓ Desktop shortcuts created"
echo ""
@@ -79,6 +79,6 @@ echo "============================================"
echo " All steps complete!"
echo ""
echo " STEP 12 — To run the app, open 2 terminals:"
echo " Terminal 1: cd ~/Desktop/DentalManagementMH06 && npm run dev"
echo " Terminal 2: cd ~/Desktop/DentalManagementMH06/apps/SeleniumService && .venv/bin/python3 agent.py"
echo " Terminal 1: cd ~/Desktop/DentalManagementMH07 && npm run dev"
echo " Terminal 2: cd ~/Desktop/DentalManagementMH07/apps/SeleniumService && .venv/bin/python3 agent.py"
echo "============================================"