The onl-pki script has moved.

This commit is contained in:
Jeffrey Townsend
2016-10-11 20:30:35 +00:00
committed by Carl D. Roth
parent e3030a6a1b
commit 43c30cf187

View File

@@ -91,20 +91,15 @@ if [ ! -f /etc/onl/abort ]; then
# Use default boot-config.
cp /etc/onl/boot-config-default /etc/onl/boot-config
fi
#
# Initialize the /mnt/flash/boot area.
#
#mkdir -p /mnt/data/boot
#rm -rf /mnt/flash/boot/*
fi
#
# Initialize PKI
#
if [ -f /sbin/onl-pki ]; then
/sbin/onl-pki --init
ONL_PKI=/usr/bin/onl-pki
if [ -f "$ONL_PKI" ]; then
"$ONL_PKI" --init
fi