Skip to content

Commit

Permalink
[startup] Fixes issue with /var/platform directory not created (#4000)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpersh authored and jleveque committed Jan 22, 2020
1 parent bcc4e55 commit 44fa5ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/image_config/platform/rc.local
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,10 @@ if [ -f $FIRST_BOOT_FILE ]; then
mv /host/grub.cfg /host/grub/grub.cfg
fi

# Create dir where following scripts put their output files
mkdir -p /var/platform

firsttime_exit
fi

# Create dir where following scripts put their output files
mkdir -p /var/platform

exit 0

0 comments on commit 44fa5ef

Please sign in to comment.