From c2530487978f68c46c663fee9c9049479f267925 Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Mon, 3 Jul 2017 22:14:14 +0200 Subject: bootup, change message to "Checking config backups consistency..." to tell whats taking time, as there is usually little to cleanup involved --- src/etc/rc.bootup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etc') diff --git a/src/etc/rc.bootup b/src/etc/rc.bootup index 8924efe..aba6862 100755 --- a/src/etc/rc.bootup +++ b/src/etc/rc.bootup @@ -151,7 +151,7 @@ echo "Updating configuration..."; convert_config(); echo "done.\n"; -echo "Cleaning backup cache..."; +echo "Checking config backups consistency..."; cleanup_backupcache(true); echo "done.\n"; -- cgit v1.1