Files
arbeitszeitmessung/Cron/autoLogout.sh
Tom Tröger 3322f7e9bc
All checks were successful
Tests / Run Go Tests (push) Successful in 1m35s
updated install script with cron jobs
2026-01-07 19:55:00 +01:00

5 lines
144 B
Bash
Executable File

# cron-timing: 55 23 * * *
# Calls endpoint to log out all users, still logged in for today
port=__PORT__
curl localhost:$port/auto/logout