mirror of
https://github.com/gryf/wicd.git
synced 2025-12-29 01:42:33 +01: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 $@
|