config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit 6c72a02a7913f1ac3b1605b2b1a5d852a58cfab1
parent bb97c772644d875d117f471ab4135992189bffe3
Author: dwrz <dwrz@dwrz.net>
Date:   Mon, 29 May 2023 12:09:55 +0000

Add health-check error log

Diffstat:
Mscripts/health-check | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/health-check b/scripts/health-check @@ -11,6 +11,7 @@ online() { main() { if ! online; then + echo "health check failed: not online" > /dev/stderr exit 1 fi