From 4104e9628e377fc606620d49fa1562c13c6277be Mon Sep 17 00:00:00 2001 From: Robert Hafner Date: Sun, 14 Aug 2016 17:14:31 -0700 Subject: [PATCH] bugfix! --- bin/screepsnotify.sh | 2 +- bin/screepsnotifyctl.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/screepsnotify.sh b/bin/screepsnotify.sh index a6fea88..4874735 100755 --- a/bin/screepsnotify.sh +++ b/bin/screepsnotify.sh @@ -13,7 +13,7 @@ then else DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" fi -cd $DIR +cd $DIR/.. ENV="$DIR/../env/bin/activate" if [ ! -f $ENV ]; then diff --git a/bin/screepsnotifyctl.sh b/bin/screepsnotifyctl.sh index 114df43..39226e6 100755 --- a/bin/screepsnotifyctl.sh +++ b/bin/screepsnotifyctl.sh @@ -13,7 +13,7 @@ then else DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" fi -cd $DIR +cd $DIR/.. ENV="$DIR/../env/bin/activate" if [ ! -f $ENV ]; then