Skip to content

Commit

Permalink
Fix init file (sonic-net#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
stcheng authored Sep 24, 2016
1 parent 6001f07 commit 59ec360
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian/syncd.init
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ start_bcm()

start_mlnx()
{
mkdir -p /dev/sxdevs
[ -e /dev/sxdevs/sxcdev ] || mknod /dev/sxdevs/sxcdev c 231 193
[ -e /dev/sxdevs/sxcdev ] || ( mkdir -p /dev/sxdevs && mknod /dev/sxdevs/sxcdev c 231 193 )
}

case "$1" in
Expand Down

0 comments on commit 59ec360

Please sign in to comment.