4 lines
102 B
Bash
Executable File
4 lines
102 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source ./app/scripts/config.sh
|
|
ssh $HOST "sudo systemctl stop nose-pluto.service"
|