mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 05:18:02 +01:00
trunk/all branches:
make wicd launch scripts use "exec" so that the launch script exits after starting up the daemon/tray icon.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
%LIB%wicd-client.py $@
|
||||
exec %LIB%wicd-client.py $@
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
%LIB%wicd-daemon.py $@
|
||||
exec %LIB%wicd-daemon.py $@
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
/usr/lib/wicd/wicd-client.py $@
|
||||
exec /usr/lib/wicd/wicd-client.py $@
|
||||
|
||||
Reference in New Issue
Block a user