diff --git a/scripts/reboot b/scripts/reboot index b02d5fd42520..d349664fb6b3 100755 --- a/scripts/reboot +++ b/scripts/reboot @@ -11,7 +11,7 @@ function stop_sonic_services() } # Obtain our platform as we will mount directories with these names in each docker -PLATFORM=`sonic-cfggen -H -v DEVICE_METADATA.hwsku.platform` +PLATFORM=`sonic-cfggen -H -v DEVICE_METADATA.localhost.platform` DEVPATH="/usr/share/sonic/device" REBOOT="platform_reboot"