mirror of
https://github.com/gryf/wicd.git
synced 2026-04-24 23:31:26 +02:00
e13f83d9fc
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 $@
|