03d759de6f
Resolves: RHBZ#2159679 Signed-off-by: Gris Ge <fge@redhat.com>
10 lines
136 B
Bash
Executable File
10 lines
136 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
TMP_FILE=$(mktemp /tmp/nmstate.XXXXXX.yaml)
|
|
|
|
nmstatectl show > $TMP_FILE
|
|
|
|
cat $TMP_FILE
|
|
|
|
nmstatectl set $TMP_FILE -vvv
|