diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2017-07-03 22:14:14 +0200 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2017-07-03 22:15:01 +0200 |
commit | c2530487978f68c46c663fee9c9049479f267925 (patch) | |
tree | 7ab77ed69c01b6609920bccf1fdd93625eda91d6 | |
parent | 05ae852482def5fce3f87bc2d61f07de53cec39a (diff) | |
download | pfsense-c2530487978f68c46c663fee9c9049479f267925.zip pfsense-c2530487978f68c46c663fee9c9049479f267925.tar.gz |
bootup, change message to "Checking config backups consistency..." to tell whats taking time, as there is usually little to cleanup involved
-rwxr-xr-x | src/etc/rc.bootup | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |