agnes-the-ai-analyst/server
Petr 440662c8fe Fix remove-analyst silent failure caused by set -e + pipefail
The script was exiting silently on the GROUPS=$(groups ... | cut ...)
line — set -eo pipefail caused bash to terminate the script before any
echo output, making it appear to do nothing.

Replace set -euo pipefail with set -u and explicit error handling.
Admin scripts must always report what happened, never exit silently.

Also: use id -nG instead of groups|cut pipe, add verification step
after userdel, and log each operation for visibility.
2026-03-15 14:17:39 +01:00
..
bin Fix remove-analyst silent failure caused by set -e + pipefail 2026-03-15 14:17:39 +01:00
deploy.sh Fix systemd NAMESPACE failures caused by missing ReadWritePaths dirs 2026-03-15 11:40:11 +01:00
limits-users.conf OSS cleanup: remove internal references, harden deployment, add config env interpolation 2026-03-09 07:59:57 +01:00
migrate-home-to-disk.sh Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
migrate-to-v2.sh Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
setup-snapshot-schedule.sh Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
setup.sh Security fixes: sanitize dev_docs, harden sudoers and config validation 2026-03-09 08:06:45 +01:00
sudoers-deploy Update paths in docs and sudoers after services/ extraction 2026-03-09 13:02:13 +01:00
sudoers-webapp Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
webapp-nginx.conf Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
webapp-setup.sh Security fixes: sanitize dev_docs, harden sudoers and config validation 2026-03-09 08:06:45 +01:00
webapp.service Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00