From abd98c49b898147c9b7f10ea5aaccffce2e383d8 Mon Sep 17 00:00:00 2001 From: Sven Holz Date: Wed, 15 Jun 2022 00:11:27 +0200 Subject: [PATCH] v0.2 --- setup-full_stack.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup-full_stack.sh b/setup-full_stack.sh index cd5e00a..62afafc 100755 --- a/setup-full_stack.sh +++ b/setup-full_stack.sh @@ -14,12 +14,14 @@ MyScriptPath=`dirname $0` MyScriptPathContainer="$MyScriptPath/CONTAINER/" # Replace .env MyPath Path with local path if NOT changed -echo "CHANGE: while not set, changing MyPath in .env to $MyScriptPathContainer" sed -i -e "s#/YOUR_PATH_TO_CONTAINER_STATIC_DATA#$MyScriptPathContainer#g" .env + # Read variables from .env file source .env +echo "INFO: MyPath is $MyPath" + # Make relevant direcotries echo "MKDIR: creating $MyPath" mkdir -p $MyPath