don't print `config OK'

This commit is contained in:
Omar Polo 2022-01-03 13:31:34 +00:00
parent 6effb78141
commit dd208aa2cf
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@ EOF
}
checkconf() {
$gmid -n -c reg.conf >/dev/null
if ! $gmid -n -c reg.conf >/dev/null 2>&1; then
$gmid -n -c reg.conf
fi
}
# usage: setup_simple_test <global config> <server config>