0c01427816
Signed-off-by: Gris Ge <fge@redhat.com>
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
|