Files
AI_A4000/video_worker/edge_node/scripts/stop.sh
2026-04-07 17:01:13 +08:00

10 lines
273 B
Bash

#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../../" && pwd)"
PROJECT_DIR="${ROOT_DIR}/edge_node"
cd "$ROOT_DIR"
EDGE_RUNTIME_DIR="${PROJECT_DIR}/runtime"
EDGE_RUNTIME_DIR="$EDGE_RUNTIME_DIR" bash scripts/stop_edge_device_local.sh