Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/scripts/remote-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ PY
# Prism WTA is the live seal path. Burn-seal posts NoScore at a block-scale
# epoch and hid the 2.1 winner until a real chain-epoch seal existed.
if [[ -f /opt/base/deploy/scripts/prod-real-seal.sh ]]; then
install -m 0755 /opt/base/deploy/scripts/prod-real-seal.sh /opt/base/deploy/scripts/prod-real-seal.sh
chmod 0755 /opt/base/deploy/scripts/prod-real-seal.sh
install -m 0644 /opt/base/deploy/systemd/base-real-seal.service /etc/systemd/system/base-real-seal.service
install -m 0644 /opt/base/deploy/systemd/base-real-seal.timer /etc/systemd/system/base-real-seal.timer
systemctl disable --now base-burn-seal.timer >/dev/null 2>&1 || true
Expand Down
Loading