From 98b4abb2d6eb401469f144c84200b123010cace0 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 26 Aug 2025 15:31:07 -0400 Subject: [PATCH] Autocaliweb: venv var gets unset after running deactivate --- install/autocaliweb-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/autocaliweb-install.sh b/install/autocaliweb-install.sh index 1ece6b6b..7b51f770 100644 --- a/install/autocaliweb-install.sh +++ b/install/autocaliweb-install.sh @@ -144,7 +144,7 @@ cat <"$SCRIPTS_DIR"/auto_zipper_wrapper.sh #!/bin/bash # Source virtual environment -source ${VIRTUAL_ENV}/bin/activate +source ${INSTALL_DIR}/venv/bin/activate WAKEUP="23:59" @@ -180,7 +180,7 @@ cat <"$SCRIPTS_DIR"/metadata_change_detector_wrapper.sh # metadata_change_detector_wrapper.sh - Wrapper for periodic metadata enforcement # Source virtual environment -source ${VIRTUAL_ENV}/bin/activate +source ${INSTALL_DIR}/venv/bin/activate # Configuration CHECK_INTERVAL=300 # Check every 5 minutes (300 seconds)