From cce2aa17dee6ea5196fdc0df63c9f3f7cd91c2b5 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Tue, 28 Feb 2023 12:51:58 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- src/.env.example | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 src/.env.example diff --git a/README.md b/README.md index 7d04460..cc990a5 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ Then, set your A-Number and password in `.env`. UPDATE: (no) Thanks to the SAML update to AggieTime, we require selenium for auth. The SystemD service will not work. Instead, I suggest starting a script to watch -`aggietimed` and restart if it fails, as in `watch_aggietimed.sh` with your window -manager / desktop environment. +`aggietimed` with your window manager / desktop environment, restarting if it fails, +as in `watch_aggietimed.sh`. If at some point CAS does come back, checkout the `cas-auth` branch. diff --git a/src/.env.example b/src/.env.example deleted file mode 100644 index beac898..0000000 --- a/src/.env.example +++ /dev/null @@ -1,2 +0,0 @@ -A_NUMBER=A12345671 -PASSWORD= \ No newline at end of file