fix variable name in templates.sh

This commit is contained in:
Felix Lohmeier 2020-07-31 16:53:52 +02:00
parent beeb3f970a
commit df3d92a7de
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
# bash-refine v1.2.1: bash-refine.sh, Felix Lohmeier, 2020-07-31
# bash-refine v1.2.2: bash-refine.sh, Felix Lohmeier, 2020-07-31
# https://gist.github.com/felixlohmeier/d76bd27fbc4b8ab6d683822cdf61f81d
# license: MIT License https://choosealicense.com/licenses/mit/

View File

@ -1,5 +1,5 @@
#!/bin/bash
# bash-refine v1.2.1: minimal.sh, Felix Lohmeier, 2020-07-31
# bash-refine v1.2.2: minimal.sh, Felix Lohmeier, 2020-07-31
# https://gist.github.com/felixlohmeier/d76bd27fbc4b8ab6d683822cdf61f81d
# license: MIT License https://choosealicense.com/licenses/mit/

View File

@ -1,5 +1,5 @@
#!/bin/bash
# bash-refine v1.2.1: templates.sh, Felix Lohmeier, 2020-07-31
# bash-refine v1.2.2: templates.sh, Felix Lohmeier, 2020-07-31
# https://gist.github.com/felixlohmeier/d76bd27fbc4b8ab6d683822cdf61f81d
# license: MIT License https://choosealicense.com/licenses/mit/
@ -27,7 +27,7 @@ source bash-refine.sh
#logfile="${workdir}/${date}.log"
#csrf=true # set to false for OpenRefine < 3.3
#jq="jq" # path to executable
#openrefine="openrefine/refine" # path to executable
#refine="openrefine/refine" # path to executable
# check requirements, set trap, create workdir and tee to logfile
init