5 lines
144 B
Bash
Executable File
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
|