mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 05:18:02 +01:00
Scripts no longer fork into the background by default.
This commit is contained in:
2
misc.py
2
misc.py
@@ -104,7 +104,7 @@ def WriteLine(my_file, text):
|
|||||||
|
|
||||||
def ExecuteScript(script):
|
def ExecuteScript(script):
|
||||||
""" Execute a command """
|
""" Execute a command """
|
||||||
os.system(script + ' &')
|
os.system(script)
|
||||||
|
|
||||||
def ReadFile(filename):
|
def ReadFile(filename):
|
||||||
""" read in a file and return it's contents as a string """
|
""" read in a file and return it's contents as a string """
|
||||||
|
|||||||
Reference in New Issue
Block a user