mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-19 03:54:49 -04:00
ping path is common to all BSDs
This commit is contained in:
parent
d4b86dc472
commit
8063449f49
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ const nodeJsUtil = require("util");
|
|||
exports.WIN = /^win/.test(process.platform);
|
||||
exports.LIN = /^linux/.test(process.platform);
|
||||
exports.MAC = /^darwin/.test(process.platform);
|
||||
exports.FBSD = /^freebsd/.test(process.platform);
|
||||
exports.BSD = /bsd$/.test(process.platform);
|
||||
|
||||
/**
|
||||
* Init or reset JWT secret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue