nose-pluto/app/scripts/remote-restart.sh
Chris Wanstrath 662fc42ff7 relative
2025-09-26 11:19:56 -07:00

10 lines
200 B
Bash
Executable File

#!/usr/bin/env bash
set -e
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
ROOT_DIR="$SCRIPT_DIR/../.."
source "$ROOT_DIR/app/scripts/config.sh"
ssh "$HOST" "sudo systemctl restart nose-pluto.service"