comrad update!

master
marxzuckerburg 4 years ago
parent ff0f8f2162
commit d827fa89e3

@ -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

Loading…
Cancel
Save