node version logic
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user