discord-kagebot/deploy.sh

5 lines
87 B
Bash
Executable File

#!/bin/sh
if ./check.sh; then
ssh lain sudo systemctl restart selphybot.service
fi