mirror of
https://github.com/gryf/wicd.git
synced 2025-12-29 18:02:28 +01:00
make wicd launch scripts use "exec" so that the launch script exits after starting up the daemon/tray icon.
4 lines
41 B
Bash
Executable File
4 lines
41 B
Bash
Executable File
#!/bin/bash
|
|
|
|
exec %LIB%wicd-daemon.py $@
|