mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 15:00:15 +02:00
7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
for module in $PROJECT/modules/*.sh
|
|
do
|
|
log DEBUG "sourcing $module"
|
|
source $module
|
|
done
|
|
PRIVATEKEYFILENAME=/etc/bridgehead/pki/${SITE_ID}.priv.pem
|