mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-22 12:41:18 -05:00
FBSD does not exists anymore
This commit is contained in:
parent
6bda5c6329
commit
0f822d3b2a
@ -66,7 +66,7 @@ console.info("Version: " + checkVersion.version);
|
|||||||
let hostname = process.env.UPTIME_KUMA_HOST || args.host;
|
let hostname = process.env.UPTIME_KUMA_HOST || args.host;
|
||||||
|
|
||||||
// Also read HOST if not *BSD, as HOST is a system environment variable in FreeBSD
|
// Also read HOST if not *BSD, as HOST is a system environment variable in FreeBSD
|
||||||
if (!hostname && !FBSD) {
|
if (!hostname && !BSD) {
|
||||||
hostname = process.env.HOST;
|
hostname = process.env.HOST;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user