[startup] Fixes issue with /var/platform directory not created (#4000)

This commit is contained in:
Howard Persh 2020-01-22 10:02:28 -08:00 committed by Joe LeVeque
parent bcc4e55742
commit 44fa5efe00

View File

@ -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