nose-pluto/app/scripts/remote-restart.sh
2025-09-26 10:22:13 -07:00

4 lines
105 B
Bash
Executable File

#!/usr/bin/env bash
source ./app/scripts/config.sh
ssh $HOST "sudo systemctl restart nose-pluto.service"