1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-23 22:52:33 +01:00

have wicd-client pass arguments to wicd-gtk and wicd-curses again

This commit is contained in:
Adam Blackburn
2010-01-07 10:39:06 -10:00
parent a45fcd0fe0
commit 231e5c6725

View File

@@ -31,7 +31,7 @@ If you delete this file, then wicd-client will print the warning if it is
launched outside of X (and then recreate this file again).
EOF
fi
exec %BIN%wicd-curses
exec %BIN%wicd-curses $@
else
printf "NOTICE: You do not have an X server active on this console, \n"
@@ -41,5 +41,5 @@ EOF
fi
else
exec %BIN%wicd-gtk
exec %BIN%wicd-gtk $@
fi