From 3bd93e7f52109ecb0f3fb4ed426de3540d9b6b01 Mon Sep 17 00:00:00 2001 From: danix Date: Sat, 22 Apr 2023 09:53:42 +0200 Subject: cleanup of the output of the program. Updated README. --- SOURCE/head.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SOURCE/head.sh') diff --git a/SOURCE/head.sh b/SOURCE/head.sh index bce0d44..42e17c6 100644 --- a/SOURCE/head.sh +++ b/SOURCE/head.sh @@ -49,11 +49,11 @@ NOTESDIR=${BASEDIR}/notes # If you want to store your notes in a git repository set this to true USEGIT=true -# Address of your remote repository +# Address of your remote repository. Without this GIT will refuse to work GITREMOTE=${GITREMOTE:-""} # How long should we wait (in seconds) between sync on the git remote. Default 3600 (1 hour) GITSYNCDELAY=${GITSYNCDELAY:-"3600"} -# The name of this client. Defaults to the output of hostname +# The name of this client. If left empty, defaults to the output of hostname GITCLIENT=${GITCLIENT:-""} } # end set_defaults, do not change this line. -- cgit v1.2.3