Skip to content

Commit 86ea554

Browse files
tahmed-devlguohan
authored andcommitted
[radv] Fix Script Name Change (#7254)
PR #4599 changed startup script name from wait_for_intf.sh.j2 to wait_for_link.sh.j2, however when PR #5178 was cherry- picked, the script name was not changed to wait_for_link.sh. signed-off-by: Tamer Ahmed <[email protected]>
1 parent 2276e2d commit 86ea554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockers/docker-router-advertiser/docker-init.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ CFGGEN_PARAMS=" \
88
-d \
99
-t /usr/share/sonic/templates/docker-router-advertiser.supervisord.conf.j2,/etc/supervisor/conf.d/supervisord.conf \
1010
-t /usr/share/sonic/templates/radvd.conf.j2,/etc/radvd.conf \
11-
-t /usr/share/sonic/templates/wait_for_intf.sh.j2,/usr/bin/wait_for_intf.sh \
11+
-t /usr/share/sonic/templates/wait_for_link.sh.j2,/usr/bin/wait_for_link.sh \
1212
"
1313
sonic-cfggen $CFGGEN_PARAMS
1414

15-
chmod +x /usr/bin/wait_for_intf.sh
15+
chmod +x /usr/bin/wait_for_link.sh
1616

1717
exec /usr/bin/supervisord

0 commit comments

Comments
 (0)