From aa4c843b1e105dd7ca8c8bdc2f53a732d9de169f Mon Sep 17 00:00:00 2001 From: vhsdream Date: Wed, 3 Sep 2025 11:13:35 -0400 Subject: [PATCH] Autocaliweb: export VIRTUAL_ENV in update --- ct/autocaliweb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/autocaliweb.sh b/ct/autocaliweb.sh index e7f33ba0..e2aa9735 100644 --- a/ct/autocaliweb.sh +++ b/ct/autocaliweb.sh @@ -37,7 +37,7 @@ function update_script() { msg_ok "Stopped Services" INSTALL_DIR="/opt/autocaliweb" - VIRTUAL_ENV="${INSTALL_DIR}/venv" + export VIRTUAL_ENV="${INSTALL_DIR}/venv" $STD tar -cf ~/autocaliweb_bkp.tar "$INSTALL_DIR"/{metadata_change_logs,dirs.json,.env,scripts/ingest_watcher.sh,scripts/auto_zipper_wrapper.sh,scripts/metadata_change_detector_wrapper.sh} fetch_and_deploy_gh_release "autocaliweb" "gelbphoenix/autocaliweb" "tarball" "latest" "/opt/autocaliweb" msg_info "Updating ${APP}"