summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig-db/slxconfig-demuxer4
1 files changed, 3 insertions, 1 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index 3510757e..a14ffc8d 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -171,10 +171,12 @@ writeConfigurations();
my $wr = $option{dryRun} ? 'would have written' : 'wrote';
my $errCount = $systemErrCount ? $systemErrCount : 'no';
+my $statusString
+ = $systemErrCount ? "$errCount system(s) had errors" : 'all systems ok';
print "\n", unshiftHereDoc(<<"End-of-Here");
$wr $systemConfCount system- and $clientSystemConfCount client-specific configurations to $tftpbootPath/client-config
$initramfsCount initramfs were created
- $errCount system(s) had errors
+ $statusString
End-of-Here
$openslxDB->disconnect();