src/default.scm: rephrase last statement's phrase of system-hostname-check
Signed-off-by: molese <molese@protonmail.com>
This commit is contained in:
parent
7e1ee2f6d7
commit
718aa2322e
@ -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"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user