fixes
This commit is contained in:
@@ -714,7 +714,7 @@ def print_summary(info, ipv6_enabled, dark_enabled, update_mode):
|
|||||||
print(f"Yarn: v{yarn_v}")
|
print(f"Yarn: v{yarn_v}")
|
||||||
print(f"NPM (aplikacja): v{npm_v}")
|
print(f"NPM (aplikacja): v{npm_v}")
|
||||||
print(f"IPv6: {'ENABLED' if ipv6_enabled else 'DISABLED (in confogs too)'}")
|
print(f"IPv6: {'ENABLED' if ipv6_enabled else 'DISABLED (in confogs too)'}")
|
||||||
print(f"Dark mode (TP): {'TAK' if dark_enabled else 'NIE'}")
|
print(f"Dark mode (TP): {'YES' if dark_enabled else 'NO'}")
|
||||||
print("Paths: /opt/npm (app), /data (data), /etc/angie (conf), /var/log/angie (logs)")
|
print("Paths: /opt/npm (app), /data (data), /etc/angie (conf), /var/log/angie (logs)")
|
||||||
print("Services: systemctl status angie.service / npm.service")
|
print("Services: systemctl status angie.service / npm.service")
|
||||||
print("Default login: Email: admin@example.com Password: changeme")
|
print("Default login: Email: admin@example.com Password: changeme")
|
||||||
|
|||||||
Reference in New Issue
Block a user