Autocaliweb: export VIRTUAL_ENV in update

This commit is contained in:
vhsdream 2025-09-03 11:13:35 -04:00
parent 88f1b7a039
commit aa4c843b1e

View File

@ -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}"