Files
gitlab-instance-0a899031_do…/scripts/linux/reinstall_live_edge.sh
2026-03-28 13:27:53 -05:00

11 lines
270 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/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