5d4892a80e
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/nmstate#4a5bb4e177167a1ab52cb3253a26f31f8e855a0a
8 lines
140 B
Bash
Executable File
8 lines
140 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
TMP_FILE=$(mktemp /tmp/nmstate.XXXXXX.yaml)
|
|
|
|
nmstatectl show > $TMP_FILE 2>/dev/null
|
|
|
|
nmstatectl set $TMP_FILE 2>/dev/null
|