X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=5417220a2011843e091196425f170719cb285838;hp=7ebeb1a0e0d18ebc99cc8dcc422fef1b19953e41;hb=98b0e91f4ac3801dd6d084f39e7c112e211e0a40;hpb=0623d5bfb8b8ef5553716ba9cfcec9eaec9cb065 diff --git a/autoconfig.functions b/autoconfig.functions index 7ebeb1a..5417220 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1274,7 +1274,7 @@ else einfo "Network device ${WHITE}${DEVICE}${NORMAL} detected, DHCP broadcasting for IP. (Backgrounding)" trap 2 3 11 ifconfig $DEVICE up >>$DEBUG 2>&1 - ( pump -i $DEVICE >>$DEBUG 2>&1 && echo finished_running_pump > /etc/network/status/$DEVICE ) & + ( pump -i $DEVICE --script=/etc/grml/pump-script >>$DEBUG 2>&1 && echo finished_running_pump > /etc/network/status/$DEVICE ) & trap "" 2 3 11 sleep 1 eend 0