run scripts need to set PYTHONPATH now when there are packages and modules
[wifi-assistant] / package / src / daemon.sh
index a523db4..1cb21f9 100755 (executable)
@@ -1,3 +1,4 @@
 #!/bin/sh
 
+export PYTHONPATH=/opt/wifi-assistant/lib
 run-standalone.sh python2.5 /opt/wifi-assistant/lib/wifi_assistant/daemon/main.py
\ No newline at end of file