From 9f5a43e2ecfe5c07d48b74de17fd0e873b6bd951 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 04:57:05 +0000 Subject: [PATCH] fix(homelable): correct password reset script chmod path Agent-Logs-Url: https://github.com/community-scripts/ProxmoxVE/sessions/6227f182-739b-4c0b-9b1f-be73074924d2 Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --- install/homelable-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/homelable-install.sh b/install/homelable-install.sh index 7146cd24e..e356ab5c8 100644 --- a/install/homelable-install.sh +++ b/install/homelable-install.sh @@ -66,7 +66,7 @@ sed -i "s|^AUTH_PASSWORD_HASH=.*|AUTH_PASSWORD_HASH='${HASH}'|" /opt/homelable/b systemctl restart homelable echo "Password updated and service restarted successfully!" EOF -chmod +x /opt/homelable/change_password.sh +chmod +x /root/change_password.sh msg_ok "Created Password Reset Utility" msg_info "Building Frontend"