7c9c788561
These test files was lost during importing from RHEL to CentOS stream. Signed-off-by: Gris Ge <fge@redhat.com>
8 lines
116 B
Bash
Executable File
8 lines
116 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
TMP_FILE=$(mktemp /tmp/nmstate.XXXXXX.yaml)
|
|
|
|
nmstatectl show > $TMP_FILE
|
|
|
|
nmstatectl set $TMP_FILE
|