From 1f4d77422386502ce5a67b101be6d6f16eff2175 Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 18 Apr 2023 07:10:03 +0200 Subject: added showconf option. Fixed bug that prevented the rc file from being correctly sourced for GIT variables. --- SOURCE/head.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SOURCE/head.sh') diff --git a/SOURCE/head.sh b/SOURCE/head.sh index 271367f..bce0d44 100644 --- a/SOURCE/head.sh +++ b/SOURCE/head.sh @@ -52,7 +52,7 @@ USEGIT=true # Address of your remote repository GITREMOTE=${GITREMOTE:-""} # How long should we wait (in seconds) between sync on the git remote. Default 3600 (1 hour) -GITSYNCDELAY=${GITSYNCDELAY:-3600} +GITSYNCDELAY=${GITSYNCDELAY:-"3600"} # The name of this client. Defaults to the output of hostname GITCLIENT=${GITCLIENT:-""} -- cgit v1.2.3