7 lines
209 B
Text
7 lines
209 B
Text
if [ ! -f /etc/crypto-policies/config ]
|
|
then
|
|
/usr/bin/mkdir -p /etc/crypto-policies
|
|
/usr/bin/cp /etc/defaults/etc/crypto-policies/config /etc/crypto-policies/config
|
|
fi
|
|
|
|
/usr/bin/update-crypto-policies
|