From d827fa89e3431920e70d90a81e04fad948e8b7ac Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Tue, 29 Sep 2020 17:50:49 +0100 Subject: [PATCH] comrad update! --- bin/comrad-apocalype | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/bin/comrad-apocalype b/bin/comrad-apocalype index 48e6762..134c7fe 100755 --- a/bin/comrad-apocalype +++ b/bin/comrad-apocalype @@ -1,13 +1,16 @@ SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" +echo "script path: $SCRIPTPATH" -source "SCRIPTPATH/komrade-activate" -source "`which komrade-activate`" +source "SCRIPTPATH/comrad-activate" +#source "`which komrade-activate`" -cd $SCRIPTPATH -cd .. +cd "$SCRIPTPATH/.." -python -c "from comrad import *; create_phonelines()" +python -c " +from comrad import * +create_phonelines() +" $SCRIPTPATH/comrad-update