summarylogtreecommitdiffstats
path: root/start.sh
blob: cd873599795fe225d0bb572fd1604cebc972b353 (plain)
1
2
3
4
5
6
7
#!/bin/bash
if [ ! "$PWD" == "/opt/craftycontroller" ]; then
    cd /opt/craftycontroller
fi

source venv/bin/activate
python3 crafty.py