mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
openssl: fix issues with port version not finding config
Really don't want to ship this file locally so that others might be encouraged to edit it (again).
This commit is contained in:
parent
ab28de2e19
commit
9af57742fd
@ -138,7 +138,14 @@ if [ ! -f /conf/config.xml ]; then
|
||||
/bin/mkdir -p /conf/backup
|
||||
/bin/mkdir -p /conf/sshd
|
||||
/bin/cp /usr/local/etc/config.xml /conf/config.xml
|
||||
echo " done."
|
||||
echo "done."
|
||||
fi
|
||||
|
||||
# Bootstrap openssl.cnf for port if necessary
|
||||
if [ ! -f /usr/local/openssl/openssl.cnf ]; then
|
||||
echo -n "Bootstrapping openssl.cnf..."
|
||||
/bin/cp /etc/ssl/openssl.cnf /usr/local/openssl/openssl.cnf
|
||||
echo "done."
|
||||
fi
|
||||
|
||||
# Disable APM on ATA drives. Leaving this on will kill drives long-term, especially laptop drives, by generating excessive Load Cycles.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user