From 08743166bdb585ebca13c918a1bd116bd53a313c Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 2 Sep 2025 16:55:54 -0400 Subject: [PATCH] Autocaliweb: export the venv --- install/autocaliweb-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/autocaliweb-install.sh b/install/autocaliweb-install.sh index 49e36772..0686473c 100644 --- a/install/autocaliweb-install.sh +++ b/install/autocaliweb-install.sh @@ -70,7 +70,7 @@ INGEST_DIR="/opt/acw-book-ingest" SERVICE_USER="acw" SERVICE_GROUP="acw" SCRIPTS_DIR="${INSTALL_DIR}/scripts" -VIRTUAL_ENV="${INSTALL_DIR}/venv" +export VIRTUAL_ENV="${INSTALL_DIR}/venv" mkdir -p "$CONFIG_DIR"/{.config/calibre/plugins,log_archive,.acw_conversion_tmp} mkdir -p "$CONFIG_DIR"/processed_books/{converted,imported,failed,fixed_originals}