src/default.scm: rephrase last statement's phrase of system-hostname-check

Signed-off-by: molese <molese@protonmail.com>
This commit is contained in:
molese 2021-11-30 12:01:47 +06:00
parent 7e1ee2f6d7
commit 718aa2322e
No known key found for this signature in database
GPG Key ID: 61C53544E95B132E

@ -12,7 +12,7 @@
(if (not (system-hostname-set?))
(throw 1 "Environment variable 'HOSTNAME' is not set, unable to apply sufficient configuration"))
(if (eq? (getenv "HOSTNAME") #f)
(throw 1 "Environment variable 'HOSTNAME' is set to empty, unable to apply sufficient configuration"))))
(throw 1 "Environment variable 'HOSTNAME' is empty, unable to apply sufficient configuration"))))
(define system-hostname (getenv "HOSTNAME"))