diff --git a/npm_install.py b/npm_install.py index 2e3005d..ca7a91c 100644 --- a/npm_install.py +++ b/npm_install.py @@ -1967,9 +1967,9 @@ def print_summary(info, ipv6_enabled, dark_enabled, tp_theme, update_mode): f"IPv6: {'ENABLED' if ipv6_enabled else 'DISABLED (in configs too)'}" ) if tp_theme: - print(f"Custom theme: {tp_theme}") + print(f"Custom theme: {tp_theme}") else: - print(f"Custom theme: DISABLED") + print(f"Custom theme: DISABLED") print( "Paths: /opt/npm (app), /data (data), /etc/angie (conf), /var/log/angie (logs)"