Updated check_for_spism
This commit is contained in:
parent
cf118ee75d
commit
f6306f7798
@ -51,7 +51,11 @@ wait_for_trigger() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
check_for_apism() {
|
check_for_apism() {
|
||||||
|
nc localhost 7778
|
||||||
|
if [ $? -eq 0 ]; then
|
||||||
return 0
|
return 0
|
||||||
|
fi
|
||||||
|
return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
check_for_updates() {
|
check_for_updates() {
|
||||||
|
Loading…
Reference in New Issue
Block a user