diff --git a/Scripts/Functions/Tuneup/tuneup.sh b/Scripts/Functions/Tuneup/tuneup.sh index f4167c2..5e152a9 100755 --- a/Scripts/Functions/Tuneup/tuneup.sh +++ b/Scripts/Functions/Tuneup/tuneup.sh @@ -29,6 +29,10 @@ function tuneup { local ACTIONNAM='' local ACTIONVAL='' + # Define absolute path to this function's configuration directory. + # Here is where most transformation files are stored in. + local FUNCCONFIG=${FUNCDIR}/${FUNCDIRNAM}/Config + # Interpret arguments and options passed through command-line. tuneup_getOptions