diff options
| author | danix <danix@danix.xyz> | 2023-04-22 09:53:42 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2023-04-22 09:53:42 +0200 |
| commit | 3bd93e7f52109ecb0f3fb4ed426de3540d9b6b01 (patch) | |
| tree | 614bf3b6fa5ffe67ffd9a986798c2b414c7f3d81 /SOURCE/head.sh | |
| parent | cf9f797b245fef7b4ca2694c936520bce337032d (diff) | |
| download | bash-notes-gitsupport.tar.gz bash-notes-gitsupport.zip | |
cleanup of the output of the program. Updated README.v0.4gitsupport
Diffstat (limited to 'SOURCE/head.sh')
| -rw-r--r-- | SOURCE/head.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
