ubuntu deadsneaks

This commit is contained in:
Mateusz Gruszczyński
2025-10-24 21:01:41 +02:00
parent 3c1804c620
commit 010b936cc8

View File

@@ -1144,7 +1144,7 @@ def print_summary(info, ipv6_enabled, dark_enabled, update_mode):
print(f"Mode: {'UPDATE' if update_mode else 'INSTALL'}") print(f"Mode: {'UPDATE' if update_mode else 'INSTALL'}")
print(f"NPM panel address: http://{ip}:81") print(f"NPM panel address: http://{ip}:81")
print(f"Angie & Prometheus stats: http://{ip}:82/console | http://{ip}:82/p8s ") print(f"Angie & Prometheus stats: http://{ip}:82/console | http://{ip}:82/p8s ")
print(f"Angie: v{angie_v} (unit: angie.service, PID: /run/angie/angie.pid)") print(f"Angie: v{angie_v}")
print(f"Node.js: v{node_v}") print(f"Node.js: v{node_v}")
print(f"Yarn: v{yarn_v}") print(f"Yarn: v{yarn_v}")
print(f"NPM (app): v{npm_v}") print(f"NPM (app): v{npm_v}")
@@ -1355,7 +1355,7 @@ def main():
fix_logrotate_permissions_and_wrapper() fix_logrotate_permissions_and_wrapper()
sync_backup_nginx_conf() sync_backup_nginx_conf()
comment_x_served_by_step() comment_x_served_by_step()
with step("Restarting services after installation"): with step("Restarting services after installation"):
run(["systemctl","restart","angie.service"], check=False) run(["systemctl","restart","angie.service"], check=False)
run(["systemctl","restart","npm.service"], check=False) run(["systemctl","restart","npm.service"], check=False)