From 9f97b4981060e54ad3492d1b7f063e34328aaa1e Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 17 Mar 2023 10:45:58 +0100 Subject: [PATCH] update env.dist --- jobs/env.dist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jobs/env.dist b/jobs/env.dist index e558add..ea387b6 100644 --- a/jobs/env.dist +++ b/jobs/env.dist @@ -6,7 +6,9 @@ # extend path # PATH=/c/portable/restic/:$PATH -# set a hostname as fqdn +# if you get "ERROR: unable to detect fqdn.": +# the command "hostname -f" must return a fqdn (host incl. domain) +# if all tries fail set a hostname as fqdn here # FQDN=mycomputer.example.com # ---------------------------------------------------------------------- -- GitLab