From 2d971d229c070d5d1a3c11d7462e7bb481b42e2b Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 31 May 2026 14:11:14 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e705a13..13eead19 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@
Latest release Latest beta - License + License GitHub stars Open issues
From b24daf41e2c74cef64ec1ed0bdc2e84756272410 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 31 May 2026 14:27:33 +0200 Subject: [PATCH 2/2] Update install_proxmenux.sh --- install_proxmenux.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index 631a982a..d81f93fe 100755 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -704,8 +704,7 @@ install_proxmenux_monitor() { } create_monitor_service() { - msg_info "Creating ProxMenux Monitor service..." - + local exec_path="$MONITOR_RUNTIME_DIR/AppRun" if [ -f "$TEMP_DIR/systemd/proxmenux-monitor.service" ]; then @@ -745,8 +744,8 @@ EOF return 0 else msg_warn "ProxMenux Monitor service failed to start." - msg_info "Check logs with: journalctl -u proxmenux-monitor -n 20" - msg_info "Check status with: systemctl status proxmenux-monitor" + msg_info2 "Check logs with: journalctl -u proxmenux-monitor -n 20" + msg_info2 "Check status with: systemctl status proxmenux-monitor" update_config "proxmenux_monitor" "failed" return 1 fi