updated install script with cron jobs
All checks were successful
Tests / Run Go Tests (push) Successful in 1m35s
All checks were successful
Tests / Run Go Tests (push) Successful in 1m35s
This commit is contained in:
4
Cron/autoLogout.sh
Executable file
4
Cron/autoLogout.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
# cron-timing: 55 23 * * *
|
||||
# Calls endpoint to log out all users, still logged in for today
|
||||
port=__PORT__
|
||||
curl localhost:$port/auto/logout
|
||||
Reference in New Issue
Block a user