Panel/Agent-Windows/OGP64/etc/preremove/crypto-policies.sh
2026-06-06 18:46:40 -04:00

5 lines
161 B
Bash

if [ -f /etc/crypto-policies/config ] && cmp -s /etc/defaults/etc/crypto-policies/config /etc/crypto-policies/config
then
rm /etc/crypto-policies/config
fi