From ab693f939d87329c1b407d3b69e9706159d2e085 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 26 Feb 2024 19:08:48 +0000 Subject: [PATCH] scripts: update env vars autosave script --- scripts/auto_save.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/auto_save.sh b/scripts/auto_save.sh index 1c34be6..c43040c 100755 --- a/scripts/auto_save.sh +++ b/scripts/auto_save.sh @@ -2,8 +2,8 @@ # Automatically commits/pull changes to the remote ZK repository. -tidy_filenames="${EOLAS_PATH}/scripts/tidy_filenames.sh" -purge_images="${EOLAS_PATH}/scripts/purge_images.sh" +tidy_filenames="${EOLAS_DIR}/scripts/tidy_filenames.sh" +purge_images="${EOLAS_DIR}/scripts/purge_images.sh" cd $EOLAS_DIR