From cacf12805d384dea60269ecf40ba73ab84d0bbd5 Mon Sep 17 00:00:00 2001 From: agamus Date: Wed, 5 Feb 2020 09:56:44 -0500 Subject: [PATCH] Update sasync.conf.default typo --- sasync.conf.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasync.conf.default b/sasync.conf.default index 0eb2c21..dab47ef 100644 --- a/sasync.conf.default +++ b/sasync.conf.default @@ -4,7 +4,7 @@ SASDIR="/opt/sasync" # Location of the sasync script SETDIR="$SASDIR/sets" # Location of your set files JSDIR="/opt/sa" # Location of DIR with SA .json files. No trailing slash MINJS=1 # First json file number in your JSON directory (JSDIR) -MAXJS=100 # Hughest/max json file number in your JSON directory (JSDIR) +MAXJS=100 # Highest/max json file number in your JSON directory (JSDIR) JSCOUNT="$SASDIR/json.count" # Location of json.count file (NOT the jsons themselves) FILTER="$SASDIR/filter" # Location of your default filter file IFS1=$' \t\n' # Field separator for set file. Use ',' or '|' if you do not use space