5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
if ./check.sh; then
|
|
ssh lain sudo systemctl restart selphybot.service
|
|
fi
|