From d4b79f685b18946360320fa3a3c5a14a45c076ff Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 19 Oct 2018 14:53:01 +0100 Subject: [PATCH] #433 add status note when updating stats in netdisco-deploy - jrbinks --- bin/netdisco-deploy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/netdisco-deploy b/bin/netdisco-deploy index 5d8f7bee..c676bd1f 100755 --- a/bin/netdisco-deploy +++ b/bin/netdisco-deploy @@ -140,9 +140,10 @@ sub deploy_db { say 'DB schema update complete.'; print color 'reset'; - App::Netdisco::Util::Statistics::update_stats(); print color 'bold blue'; - say 'Statistics updated.'; + print 'Updating statistics... '; + App::Netdisco::Util::Statistics::update_stats(); + say 'done.'; print color 'reset'; if (not setting('safe_password_store')) {