From 199b4157710d9fb44184bc9d822def83208a0d92 Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Tue, 4 May 2021 12:27:34 +0200 Subject: [PATCH] Make default value for EXASLCT_INSTALL_DIRECTORY in installer a relative path (#21) --- installer/checksums/exaslct_installer.sh.sha512sum | 2 +- installer/exaslct_installer.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/checksums/exaslct_installer.sh.sha512sum b/installer/checksums/exaslct_installer.sh.sha512sum index be6e193a..a78e05fc 100644 --- a/installer/checksums/exaslct_installer.sh.sha512sum +++ b/installer/checksums/exaslct_installer.sh.sha512sum @@ -1 +1 @@ -498c49c32570381365d5f1eb42698cefcaa7fa4ca01ae13858473117c0afb50b70551b7bf5179c6f4a81388e836966c0e455e9117c2d01f2485fa8c55863cca0 exaslct_installer.sh +85dee496a0d65f79ac194177717e2356d7618e6c2c0cdddc480360b70d35aff6c9446ef20e658ac700ece2da316977e55e77281d8b8f518056aed327190abfc8 exaslct_installer.sh diff --git a/installer/exaslct_installer.sh b/installer/exaslct_installer.sh index 9c0e2076..56ab355b 100755 --- a/installer/exaslct_installer.sh +++ b/installer/exaslct_installer.sh @@ -41,7 +41,7 @@ main() { local repo="exasol/script-languages-container-tool" if [ -z "${EXASLCT_INSTALL_DIRECTORY-}" ]; then - EXASLCT_INSTALL_DIRECTORY=$PWD/exaslct_scripts + EXASLCT_INSTALL_DIRECTORY=exaslct_scripts fi if [ -e "$EXASLCT_INSTALL_DIRECTORY" ]; then