summaryrefslogtreecommitdiff
path: root/src/basic.bash
AgeCommit message (Collapse)Author
2024-12-23Check for minimum Bash version (5.2)Einhard Leichtfuß
We need 5.2 for the `globskipdots` shell option. 5.2 happens to be the current version in Debian 12 (bookworm).
2024-12-23Add errexit, inherit_errexitEinhard Leichtfuß
Also amended related notes in `docs/`. See comments and `docs/error-handling.md` on why.
2024-12-22Initial commitEinhard Leichtfuß
The basic.bash script is based on the one used in `github.com:lawandorga/laworga-mail-server.git`, and other versions used by me (which the `lawandorga-mail-server.git` one was based upon). The notes are generally new, but many of them just a consolidation and refinement of existing knowledge (of mine).