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)'}"
|
f"IPv6: {'ENABLED' if ipv6_enabled else 'DISABLED (in configs too)'}"
|
||||||
)
|
)
|
||||||
if tp_theme:
|
if tp_theme:
|
||||||
print(f"Custom theme: {tp_theme}")
|
print(f"Custom theme: {tp_theme}")
|
||||||
else:
|
else:
|
||||||
print(f"Custom theme: DISABLED")
|
print(f"Custom theme: DISABLED")
|
||||||
|
|
||||||
print(
|
print(
|
||||||
"Paths: /opt/npm (app), /data (data), /etc/angie (conf), /var/log/angie (logs)"
|
"Paths: /opt/npm (app), /data (data), /etc/angie (conf), /var/log/angie (logs)"
|
||||||
|
|||||||
Reference in New Issue
Block a user