Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sasync.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down