mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-23 15:01:00 -04:00
Fallback to /bin/ping
if ping
is not found
This commit is contained in:
parent
cc4ed308b0
commit
d9f12a6376
3 changed files with 28 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
const tcpp = require("tcp-ping");
|
||||
const ping = require("ping");
|
||||
const ping = require("@louislam/ping");
|
||||
const { R } = require("redbean-node");
|
||||
const { log, genSecret } = require("../src/util");
|
||||
const passwordHash = require("./password-hash");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue