node version logic

This commit is contained in:
Mateusz Gruszczyński
2025-10-26 20:48:42 +01:00
parent 0b053a4faf
commit 41fdd7d704

View File

@@ -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)"