chore: checkpoint admin restore state
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
|
||||
cd "${ROOT}"
|
||||
|
||||
echo "==> 在当前机器执行 pro_restart"
|
||||
bash "${ROOT}/scripts/remote_restart.sh"
|
||||
|
||||
echo "✅ pro_restart 完成"
|
||||
Reference in New Issue
Block a user