Files
illogical-impulse/sdata
GokuPlay609 9a3bb5e59e fix: sudo keepalive cleanup leaking exit code 143
wait on a SIGTERM-killed process returns 143 (128+15).
With set -e active in the setup script, this overrides the
script's exit code, making a successful install appear failed.

Amp-Thread-ID: https://ampcode.com/threads/T-019c93b6-b135-743f-8844-6a1ca8875506
Co-authored-by: Amp <amp@ampcode.com>
2026-02-25 13:16:46 +05:30
..
2026-01-28 09:07:35 +08:00
2026-01-28 09:18:09 +08:00
2026-02-02 12:01:50 -05:00
2025-11-28 22:42:47 +08:00
2025-11-12 21:54:08 +08:00
2025-11-18 15:50:29 +01:00
2025-11-12 21:54:08 +08:00
2025-11-13 01:47:21 +08:00
2025-11-11 09:51:58 +08:00

This folder mainly contains data for the script setup.

  • TODO: output the logs to a temp file, then show the path of the file so users will be able to read it again or upload it to issue.
  • TODO: unify the message output via functions (for example log_error, log_warning).