From e2e7f0722fa51016672b78b430f41bd390421460 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 09:04:01 +0200 Subject: [PATCH] homelable: fix install failure by correcting password-reset chmod target (#13894) * Initial plan * 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> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> 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"