mirror of
https://github.com/gryf/wicd.git
synced 2026-01-06 05:44:18 +01:00
Use the system python instead of a local one (which may be referenced inside the scripts that call wicd). Thanks to Russel O'Connor.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec python -O %LIB%wicd-daemon.py $@
|
||||
exec %PYTHON% -O %LIB%wicd-daemon.py $@
|
||||
|
||||
Reference in New Issue
Block a user