#433 add status note when updating stats in netdisco-deploy - jrbinks
This commit is contained in:
@@ -140,9 +140,10 @@ sub deploy_db {
|
|||||||
say 'DB schema update complete.';
|
say 'DB schema update complete.';
|
||||||
print color 'reset';
|
print color 'reset';
|
||||||
|
|
||||||
App::Netdisco::Util::Statistics::update_stats();
|
|
||||||
print color 'bold blue';
|
print color 'bold blue';
|
||||||
say 'Statistics updated.';
|
print 'Updating statistics... ';
|
||||||
|
App::Netdisco::Util::Statistics::update_stats();
|
||||||
|
say 'done.';
|
||||||
print color 'reset';
|
print color 'reset';
|
||||||
|
|
||||||
if (not setting('safe_password_store')) {
|
if (not setting('safe_password_store')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user