From bef8ce513e56783e90973bbf9624f2cf506d51d2 Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Mon, 3 Jul 2017 22:14:14 +0200 Subject: [PATCH] bootup, change message to "Checking config backups consistency..." to tell whats taking time, as there is usually little to cleanup involved (cherry picked from commit c2530487978f68c46c663fee9c9049479f267925) --- src/etc/rc.bootup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/rc.bootup b/src/etc/rc.bootup index 0770a298e3..ff65eb17ac 100755 --- a/src/etc/rc.bootup +++ b/src/etc/rc.bootup @@ -228,7 +228,7 @@ echo "Updating configuration..."; convert_config(); echo "done.\n"; -echo "Cleaning backup cache..."; +echo "Checking config backups consistency..."; cleanup_backupcache(true); echo "done.\n";