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