diff --git a/src/etc/rc.syshook.d/upgrade/20-unbound-duckdb.py b/src/etc/rc.syshook.d/upgrade/20-unbound-duckdb.py index 5e9bc231a..203faf721 100755 --- a/src/etc/rc.syshook.d/upgrade/20-unbound-duckdb.py +++ b/src/etc/rc.syshook.d/upgrade/20-unbound-duckdb.py @@ -47,4 +47,4 @@ if os.path.isfile('/var/unbound/data/unbound.duckdb'): else: print('Unbound DNS database export not required.') else: - print('Unbound DNS database not found, no update needed.') + print('Unbound DNS database not found, no export needed.')