Comment 5 for bug 1666227

Revision history for this message
Lukas Bezdicka (social-b) wrote :

Similar check is being done in /usr/libexec/os-refresh-config/configure.d/20-os-net-config where it is

NET_CONFIG=$(os-apply-config --key os_net_config --type raw --key-default '')

if [ -n "$NET_CONFIG" ]; then

Maybe I should just change yum_update.sh to this.