discord-kagebot/deploy.sh

5 lines
87 B
Bash
Raw Normal View History

2019-07-17 21:10:50 +02:00
#!/bin/sh
2019-11-14 15:30:52 +01:00
if ./check.sh; then
2019-07-17 21:10:50 +02:00
ssh lain sudo systemctl restart selphybot.service
fi