From 9ed34563ba15515f7a091ee579a17c1d3ea36f43 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 14 Apr 2024 21:50:03 +0100 Subject: [PATCH] Autosave: 2024-04-14 21:50:03 --- scripts/auto_save.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/auto_save.sh b/scripts/auto_save.sh index 41963b7..f29684e 100755 --- a/scripts/auto_save.sh +++ b/scripts/auto_save.sh @@ -5,6 +5,8 @@ USER=thomas export XDG_RUNTIME_DIR=/run/user/1000 +source /home/thomas/.env + tidy_filenames="/home/thomas/repos/eolas/scripts/tidy_filenames.sh" purge_images="/home/thomas/repos/eolas/scripts/purge_images.sh"