From b4ba32ad325c913872c723a3c3e2c92f86e3c5f5 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Sat, 18 Jan 2020 16:27:33 -0600 Subject: [PATCH] bug fix with bootup script --- src/init.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/init.sh b/src/init.sh index 2f99e6c..2f7e9e2 100755 --- a/src/init.sh +++ b/src/init.sh @@ -1,6 +1,5 @@ #!/bin/bash export PYTHONPATH=$PWD -export PYTHONPATH=$PWD/src STORE_CONTEXT=`echo $STORE_CONTEXT` if [ -z "$STORE_CONTEXT" ]; then STORE_CONTEXT='store'