dave2wave opened a new issue, #569:
URL: https://github.com/apache/tooling-trusted-releases/issues/569
`start-at.sh` has serious issues and `state` has disappeared on the server.
```
test -d /opt/atr/state || mkdir -p /opt/atr/state
if [ ! -f state/hypercorn/secrets/cert.pem ] || [ ! -f
state/hypercorn/secrets/key.pem ]
then
# The generate-certificates script creates the necessary directories
python3 scripts/generate-certificates
fi
# Ensure that the permissions of secret files are correct
STATE_DIR=state scripts/check-perms
mkdir -p /opt/atr/state/hypercorn/logs
```
`/opt/atr/state` is **NOT VALID**.
Fix the scripts and restore the state.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]