From f35741bb56d78b98b010683d96ce1c5466f27427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 21 Apr 2024 20:55:12 +0200 Subject: [PATCH] Add auto update config --- .gitignore | 1 + auto_update/auto_update_config_example.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 auto_update/auto_update_config_example.sh diff --git a/.gitignore b/.gitignore index da8f598..3ed2386 100644 --- a/.gitignore +++ b/.gitignore @@ -220,3 +220,4 @@ pip-log.txt .directory *-swp +auto_update_config.sh diff --git a/auto_update/auto_update_config_example.sh b/auto_update/auto_update_config_example.sh new file mode 100644 index 0000000..daecfc8 --- /dev/null +++ b/auto_update/auto_update_config_example.sh @@ -0,0 +1 @@ +notify_email="hello@world.tld"