#433 add status note when updating stats in netdisco-deploy - jrbinks

This commit is contained in:
Oliver Gorwits
2018-10-19 14:53:01 +01:00
parent 0e9274467d
commit d4b79f685b

View File

@@ -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')) {