mirror of
https://github.com/gryf/wicd.git
synced 2026-04-16 18:53:34 +02:00
make wicd launch scripts use "exec" so that the launch script exits after starting up the daemon/tray icon.
3 lines
40 B
Bash
Executable File
3 lines
40 B
Bash
Executable File
#!/bin/bash
|
|
exec %LIB%wicd-client.py $@
|