src/default.scm: add necessary FIXME for system-hostname-check function
Signed-off-by: molese <molese@protonmail.com>
This commit is contained in:
parent
718aa2322e
commit
57a5c0b2e0
@ -8,6 +8,7 @@
|
||||
;; FIXME(Krey): Process DOMAIN
|
||||
|
||||
;; function to print error if environment variable 'HOSTNAME' is not set or if it's value is empty
|
||||
;; FIXME-QA(Molese): Needs test
|
||||
(define system-hostname-check (lambda ()
|
||||
(if (not (system-hostname-set?))
|
||||
(throw 1 "Environment variable 'HOSTNAME' is not set, unable to apply sufficient configuration"))
|
||||
|
Loading…
Reference in New Issue
Block a user