summaryrefslogtreecommitdiff
path: root/start.sh
diff options
context:
space:
mode:
authorTom Galloway <github@tomgalloway.co.uk>2013-01-04 12:50:51 +0000
committerTom Galloway <github@tomgalloway.co.uk>2013-01-04 12:50:51 +0000
commitb45d5cfe85bc7686a6296aa0af4735710a6f7122 (patch)
treef692b3da9fd00a7015b24493c918ddcf1c928e22 /start.sh
parent95118b3b96d18c5255f1d273b07c387058b32e09 (diff)
Extra predepend's, plinth doesn't need to run as root, pidfile location set in cfg file.
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 da7a4d3..1a16d1a 100755
--- a/start.sh
+++ b/start.sh
@@ -7,5 +7,5 @@ export PYTHONPATH
sudo killall exmachina.py
sudo build/exmachina/exmachina.py -v &
-sudo python plinth.py
+python plinth.py
sudo killall exmachina.py