ensure override for nmcli exists in /etc

This commit is contained in:
Jason Ertel
2025-02-21 17:10:39 -05:00
parent 64996db86b
commit 7155ccaf96
2 changed files with 9 additions and 9 deletions

View File

@@ -763,6 +763,9 @@ up_to_2.4.130() {
# Integrations policies need to be updated
rm -f /opt/so/state/eaintegrations.txt
# Ensure override exists to allow nmcli access to other devices
touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
INSTALLEDVERSION=2.4.130
}