Update opnatt-supplicant.sh
Explicitly load ng_ether module to prevent wpa_supplicant from hanging later in the script.
This commit is contained in:
parent
686bf73455
commit
24d1784c66
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ EAP_SUPPLICANT_IDENTITY=""
|
|||
|
||||
##### DO NOT EDIT BELOW #################################################################################
|
||||
|
||||
/sbin/kldload -nq ng_ether
|
||||
|
||||
/usr/bin/logger -st "pfatt" "starting pfatt..."
|
||||
/usr/bin/logger -st "pfatt" "configuration:"
|
||||
/usr/bin/logger -st "pfatt" " ONT_IF = $ONT_IF"
|
||||
|
|
Loading…
Reference in a new issue