From 847d000f998d05afc7eef589319159778ff3d5de Mon Sep 17 00:00:00 2001 From: Tom Galloway Date: Thu, 3 Jan 2013 15:20:37 +0000 Subject: [PATCH] Plinth needs to be run as root currently. --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 1a16d1a5f..da7a4d34e 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