fix: 修复bug和移动脚本
This commit is contained in:
7
video_worker/start_center.sh
Normal file
7
video_worker/start_center.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "$ROOT_DIR"
|
||||
|
||||
exec bash center_dispatch/scripts/start.sh
|
||||
Reference in New Issue
Block a user