1
0
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:
imdano
2008-08-28 18:58:34 +00:00
parent 8e6c37fa4d
commit e13f83d9fc
3 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
/usr/lib/wicd/wicd-client.py $@
exec /usr/lib/wicd/wicd-client.py $@