summaryrefslogtreecommitdiff
path: root/start.sh
diff options
context:
space:
mode:
authorTom Galloway <github@tomgalloway.co.uk>2013-01-03 15:20:37 +0000
committerTom Galloway <github@tomgalloway.co.uk>2013-01-03 15:20:37 +0000
commit847d000f998d05afc7eef589319159778ff3d5de (patch)
tree4c40b3d7331b5e1463cd164bfc3686818ec40a05 /start.sh
parent076bf829e72676575a3d44f53722cbfcb6e03fde (diff)
Plinth needs to be run as root currently.
Diffstat (limited to 'start.sh')
-rwxr-xr-xstart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.sh b/start.sh
index 1a16d1a..da7a4d3 100755
--- a/start.sh
+++ b/start.sh
@@ -7,5 +7,5 @@ export PYTHONPATH
sudo killall exmachina.py
sudo build/exmachina/exmachina.py -v &
-python plinth.py
+sudo python plinth.py
sudo killall exmachina.py