feat: add stack restart orchestration
This commit is contained in:
8
scripts/restart-ejclaw-stack.sh
Executable file
8
scripts/restart-ejclaw-stack.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PROJECT_ROOT="$(cd "${SCRIPT_DIR}/.." && pwd)"
|
||||
|
||||
cd "${PROJECT_ROOT}"
|
||||
npx tsx setup/restart-stack.ts "$@"
|
||||
Reference in New Issue
Block a user