Skip to content

Commit 15ba1cb

Browse files
pavel-shirshovstcheng
authored andcommitted
Add extra space for DAEMON_ARGS to separate args (sonic-net#55)
ACK
1 parent c20887f commit 15ba1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/syncd.init

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ start)
5353
DAEMON_ARGS="-p /etc/syncd.d/mlnx_2700.profile"
5454

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

0 commit comments

Comments
 (0)