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 c253048797)
This commit is contained in:
PiBa-NL 2017-07-03 22:14:14 +02:00 committed by Renato Botelho
parent 04cd314bce
commit bef8ce513e

View File

@ -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";