Skip to content

Commit 8bf3ae9

Browse files
lguohanstcheng
authored andcommitted
Chang port_config.ini directory for s6000 (#19)
1 parent 9fe462f commit 8bf3ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-orchagent/start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PORTSYNCD_ARGS=""
2929

3030
if [ "$onie_platform" == "x86_64-dell_s6000_s1220-r0" ]; then
3131
ORCHAGENT_ARGS+="-m $MAC_ADDRESS"
32-
PORTSYNCD_ARGS+="-p /etc/ssw/ACS-S6000/port_config.ini"
32+
PORTSYNCD_ARGS+="-p /etc/ssw/Force10-S6000/port_config.ini"
3333
elif [ "$onie_platform" == "x86_64-mlnx_x86-r5.0.1400" ]; then
3434
PORTSYNCD_ARGS+="-p /etc/ssw/ACS-MSN2700/port_config.ini"
3535
elif [ "$onie_platform" == "x86_64-accton_as7512_32x-r0" ]; then

0 commit comments

Comments
 (0)