Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions files/image_config/platform/rc.local
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ echo "install platform dependent packages at the first boot time"

if [ -f /host/platform/firsttime ]; then

if [ -n $aboot_platform ]; then
if [ -n "$aboot_platform" ]; then
platform=$aboot_platform
elif [ -n $onie_platform ]; then
elif [ -n "$onie_platform" ]; then
platform=$onie_platform
else
echo "Unknown sonic platform"
Expand Down