diff --git a/scripts/buildNeuron.sh b/scripts/buildNeuron.sh index 9b5ee2c..134c973 100755 --- a/scripts/buildNeuron.sh +++ b/scripts/buildNeuron.sh @@ -2,6 +2,8 @@ # Set up the runtime environment by sourcing the environmentXXX.sh scripts. # For a local installation you might have put the content of those scripts # directly into your ~/.bashrc or ~/.zshrc +set -x + SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" source "${SCRIPT_DIR}/environment.sh" diff --git a/wrappers/runUnprivileged.sh b/wrappers/runUnprivileged.sh index 7cd2168..254106c 100755 --- a/wrappers/runUnprivileged.sh +++ b/wrappers/runUnprivileged.sh @@ -1,4 +1,5 @@ #!/bin/bash +set -x if [ -n "${OS_CONTAINER}" ] then # We are running under Docker