Booking out QR code

This commit is contained in:
2026-02-20 12:19:21 -05:00
parent a43cf9b732
commit 3a4085afc6
7 changed files with 93 additions and 2 deletions

View File

@@ -174,6 +174,12 @@ else
exit 1
fi
echo ""
echo "========================================="
echo "Generating QR Code"
echo "========================================="
python3 /app/generate_qr.py
echo ""
echo "========================================="
echo "Starting Application Server"