Skip to content

Commit

Permalink
Wait for mac80211.sh to finish before starting BMX6, otherwise routin…
Browse files Browse the repository at this point in the history
…g rule for table 60 is not added
  • Loading branch information
rogerpueyo committed Jun 5, 2014
1 parent 963a3a1 commit 6dc26ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bmx6/files/etc/init.d/bmx6
Expand Up @@ -27,6 +27,7 @@ PID=/var/run/bmx6/pid

start() {
cd /root/
while pgrep -f mac80211.sh ; do sleep 1; done
ulimit -c 20000
$BIN -f $CONF -d0 > /dev/null &
}
Expand Down

0 comments on commit 6dc26ae

Please sign in to comment.