From 41fdd7d704d50aa1ed1fdf34007c9bd8eaad5a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 26 Oct 2025 20:48:42 +0100 Subject: [PATCH] node version logic --- npm_install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)"