mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 21:08:06 +01:00
make wicd launch scripts use "exec" so that the launch script exits after starting up the daemon/tray icon.
3 lines
49 B
Bash
Executable File
3 lines
49 B
Bash
Executable File
#!/bin/bash
|
|
exec /usr/lib/wicd/wicd-client.py $@
|