We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fa459 commit 8142b86Copy full SHA for 8142b86
files/image_config/platform/rc.local
@@ -352,8 +352,8 @@ if [ -f $FIRST_BOOT_FILE ]; then
352
fi
353
354
# If there is a platform dependant script, execute it
355
- if [ -x /usr/share/sonic/device/${onie_platform}/platform_setup ]; then
356
- /usr/share/sonic/device/${onie_platform}/platform_setup
+ if [ -x /usr/share/sonic/device/${platform}/platform_setup ]; then
+ /usr/share/sonic/device/${platform}/platform_setup
357
358
firsttime_exit
359
0 commit comments