Files
Church-Music/legacy-site/frontend/pre-start-check.sh

9 lines
218 B
Bash
Raw Normal View History

2026-01-27 18:04:50 -06:00
#!/bin/bash
# Pre-start check for frontend service
# Kills any development servers before starting production frontend
# Source the main kill script
/media/pts/Website/Church_HOP_MusicData/kill-dev-servers.sh
exit 0