viciouslime
November 24th, 2007, 11:04 AM
In my postinst script i have the following command I want to run:
wpa_supplicant -i eth0 -d -B -Dwired -c /etc/wpa_supplicant.conf
However, it always causes the installation to hang. If i run the command in a terminal it works fine then exits. Any commands after this command in the postinst script are still being run correctly.
Any ideas anyone?
wpa_supplicant -i eth0 -d -B -Dwired -c /etc/wpa_supplicant.conf
However, it always causes the installation to hang. If i run the command in a terminal it works fine then exits. Any commands after this command in the postinst script are still being run correctly.
Any ideas anyone?