fix variable name in templates.sh
This commit is contained in:
parent
beeb3f970a
commit
df3d92a7de
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/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
|
# https://gist.github.com/felixlohmeier/d76bd27fbc4b8ab6d683822cdf61f81d
|
||||||
# license: MIT License https://choosealicense.com/licenses/mit/
|
# license: MIT License https://choosealicense.com/licenses/mit/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/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
|
# https://gist.github.com/felixlohmeier/d76bd27fbc4b8ab6d683822cdf61f81d
|
||||||
# license: MIT License https://choosealicense.com/licenses/mit/
|
# license: MIT License https://choosealicense.com/licenses/mit/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/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
|
# https://gist.github.com/felixlohmeier/d76bd27fbc4b8ab6d683822cdf61f81d
|
||||||
# license: MIT License https://choosealicense.com/licenses/mit/
|
# license: MIT License https://choosealicense.com/licenses/mit/
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ source bash-refine.sh
|
||||||
#logfile="${workdir}/${date}.log"
|
#logfile="${workdir}/${date}.log"
|
||||||
#csrf=true # set to false for OpenRefine < 3.3
|
#csrf=true # set to false for OpenRefine < 3.3
|
||||||
#jq="jq" # path to executable
|
#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
|
# check requirements, set trap, create workdir and tee to logfile
|
||||||
init
|
init
|
||||||
|
|
Loading…
Reference in New Issue