From 45f7d819d93be827802be788f6ec7c0d4f707efe Mon Sep 17 00:00:00 2001 From: Leigh B Stoller <stoller@flux.utah.edu> Date: Mon, 17 May 2010 14:35:09 -0600 Subject: [PATCH] Minor tweaks. --- install/update-install.in | 1 + install/update-testbed.in | 1 + 2 files changed, 2 insertions(+) diff --git a/install/update-install.in b/install/update-install.in index 6f075ea4b3..39e67a340a 100644 --- a/install/update-install.in +++ b/install/update-install.in @@ -284,6 +284,7 @@ elsif ($check) { } elsif ($impotent) { print "Running (impotent mode) pre-install updates ...\n"; + print "More detailed into saved to $logfile\n"; RunUpdates("pre"); print "Running (impotent mode) post-install updates ...\n"; RunUpdates("post"); diff --git a/install/update-testbed.in b/install/update-testbed.in index dfbacf277f..35dd6f5155 100644 --- a/install/update-testbed.in +++ b/install/update-testbed.in @@ -176,6 +176,7 @@ sub Restart() print "*** Could not restart testbed daemons.\n"; exit(1); } + print "\n"; } if ($nologins) { print "Turning on the web interface and allowing swaps\n"; -- GitLab