haixunMaster/haixun-backend/scripts/restart-all.sh

7 lines
183 B
Bash
Raw Permalink Normal View History

2026-06-23 16:55:10 +00:00
#!/usr/bin/env bash
set -euo pipefail
BACKEND_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
bash "$BACKEND_DIR/scripts/stop-all.sh"
bash "$BACKEND_DIR/scripts/start-all.sh"