Compare commits

...

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
9f5a43e2ec 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>
2026-04-21 04:57:05 +00:00
copilot-swe-agent[bot]
13887ede7f Initial plan 2026-04-21 04:55:27 +00:00

View File

@@ -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"