fix: update project folder name to DentalManagementMH07 in shortcut scripts
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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 "============================================"
|
||||
|
||||
Reference in New Issue
Block a user