From df3d92a7dee36c55f5a94a40754fd3ddb7d8a52a Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Fri, 31 Jul 2020 16:53:52 +0200 Subject: [PATCH] fix variable name in templates.sh --- bash-refine.sh | 2 +- minimal.sh | 2 +- templates.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bash-refine.sh b/bash-refine.sh index 5348b85..162cb4b 100755 --- a/bash-refine.sh +++ b/bash-refine.sh @@ -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/ diff --git a/minimal.sh b/minimal.sh index 7253ff7..d7245a2 100755 --- a/minimal.sh +++ b/minimal.sh @@ -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/ diff --git a/templates.sh b/templates.sh index 0fe7294..1337dda 100755 --- a/templates.sh +++ b/templates.sh @@ -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