From 03f6fa6560633625ef386b30df03c6f00731f4b3 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Thu, 14 Mar 2024 17:30:04 +0000 Subject: [PATCH] Autosave: 2024-03-14 17:30:04 --- scripts/auto_save.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/auto_save.sh b/scripts/auto_save.sh index 5dd9987..0972f5f 100755 --- a/scripts/auto_save.sh +++ b/scripts/auto_save.sh @@ -2,6 +2,9 @@ # Automatically commits/pull changes to the remote ZK repository. +USER=thomas +export XDG_RUNTIME_DIR=/run/user/1000 + tidy_filenames="/home/thomas/repos/eolas/scripts/tidy_filenames.sh" purge_images="/home/thomas/repos/eolas/scripts/purge_images.sh"