Skip to content

Commit

Permalink
Fixed startup manager
Browse files Browse the repository at this point in the history
  • Loading branch information
vaslabs committed Apr 10, 2016
1 parent 114a2b0 commit 5aa881c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from startup_manager import StartupManager
startupMgr = StartupManager()
import json
import cgi
import cgi, os, sys
if 'MY_HOME' not in os.environ:
os.environ['MY_HOME']='/usr/libexec/pi-web-agent'
sys.path.append(os.environ['MY_HOME']+'/cgi-bin/chrome')
Expand Down

0 comments on commit 5aa881c

Please sign in to comment.