mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-26 17:57:01 +00:00
The onl-pki script has moved.
This commit is contained in:
committed by
Carl D. Roth
parent
e3030a6a1b
commit
43c30cf187
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user