Fix dev-env.sh for source; print which garage in dev-cluster.sh

This commit is contained in:
Alex Auvolat
2020-11-20 23:50:23 +01:00
parent 165cef3785
commit 98e20a5898
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
SCRIPT_FOLDER="`dirname \"$0\"`"
SCRIPT_FOLDER="`dirname \"${BASH_SOURCE[0]}\"`"
REPO_FOLDER="${SCRIPT_FOLDER}/../"
GARAGE_DEBUG="${REPO_FOLDER}/target/debug/"
GARAGE_RELEASE="${REPO_FOLDER}/target/release/"