Skip to content

Commit

Permalink
Add extra space for DAEMON_ARGS to separate args (sonic-net#55)
Browse files Browse the repository at this point in the history
ACK
  • Loading branch information
pavel-shirshov authored and stcheng committed Aug 15, 2016
1 parent c20887f commit 15ba1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/syncd.init
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ start)
DAEMON_ARGS="-p /etc/syncd.d/mlnx_2700.profile"

if [ ${ENABLE_SAITHRIFT} == 1 ]; then
DAEMON_ARGS+="-r -m /etc/syncd.d/msn2700_port_map.ini"
DAEMON_ARGS+=" -r -m /etc/syncd.d/msn2700_port_map.ini"
fi
fi

Expand Down

0 comments on commit 15ba1cb

Please sign in to comment.