diff options
author | Renato Botelho <renato@netgate.com> | 2017-07-13 15:58:43 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-07-13 15:58:43 -0300 |
commit | d991f97b3662eb77d06da7cc3f7f02e62c11f839 (patch) | |
tree | 66b50bb0d33c66e3e5870482d493e10a401c6324 /src | |
parent | 40c09b6dadb04928dc9a279969193b620ff1efad (diff) | |
parent | c2530487978f68c46c663fee9c9049479f267925 (diff) | |
download | pfsense-d991f97b3662eb77d06da7cc3f7f02e62c11f839.zip pfsense-d991f97b3662eb77d06da7cc3f7f02e62c11f839.tar.gz |
Merge pull request #3772 from PiBa-NL/20170703-boot-config-check-message
Diffstat (limited to 'src')
-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"; |