diff --git a/scripts/modules/05_network.sh b/scripts/modules/05_network.sh index 3e0286b..4b3acd9 100755 --- a/scripts/modules/05_network.sh +++ b/scripts/modules/05_network.sh @@ -440,7 +440,7 @@ export_connection_profile() { "${NMCLI}" \ --get-values connection.filename \ connection show "${connection_name}" 2>/dev/null | - head -n 1 + head -n 1 || true )" if [[ -z "${source_file}" || ! -f "${source_file}" ]]; then