added showconf option. Fixed bug that prevented the rc file from being correctly...
[bash-notes.git] / SOURCE / head.sh
index 271367f..bce0d44 100644 (file)
@@ -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:-""}