mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 02:15:59 +03:00
FBSD does not exists anymore
This commit is contained in:
parent
6bda5c6329
commit
0f822d3b2a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue