@@ -13,7 +13,7 @@ if [[ -n "$2" ]]; then
fi
# Find the other rc files
-RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd)
+RC_DIR=$(cd $(dirname "${BASH_SOURCE:-$0}") && pwd)
# Get user configuration
source $RC_DIR/openrc
@@ -18,7 +18,7 @@ if [[ -n "$2" ]]; then
# Import common functions
source $RC_DIR/functions
@@ -1,7 +1,7 @@
# stackrc
#
# Destination path for installation
DEST=/opt/stack