's'
This commit is contained in:
10
d2ypp2/scripts/linux/reinstall_live_edge.sh
Normal file
10
d2ypp2/scripts/linux/reinstall_live_edge.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
# 仅重装 Caddy 边缘反代(http://live.local → :PORT),需已存在 live-console
|
||||
set -euo pipefail
|
||||
SELF_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
INSTALL_TAG="edge"
|
||||
. "$SELF_DIR/lib/common.sh"
|
||||
|
||||
ensure_root "$@"
|
||||
load_env
|
||||
install_live_edge_proxy
|
||||
Reference in New Issue
Block a user