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