From c97be769aae8b9c6bf740bcd456ab578184b586e Mon Sep 17 00:00:00 2001 From: vhsdream Date: Wed, 27 Aug 2025 09:10:17 -0400 Subject: [PATCH] Autocaliweb: add env file to temp backup --- ct/autocaliweb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/autocaliweb.sh b/ct/autocaliweb.sh index 68986512..ceeccd3f 100644 --- a/ct/autocaliweb.sh +++ b/ct/autocaliweb.sh @@ -38,7 +38,7 @@ function update_script() { INSTALL_DIR="/opt/autocaliweb" VIRTUAL_ENV="${INSTALL_DIR}/venv" - $STD tar -cf ~/autocaliweb_bkp.tar "$INSTALL_DIR"/{metadata_change_logs,dirs.json,scripts/ingest_watcher.sh,scripts/auto_zipper_wrapper.sh,scripts/metadata_change_detector_wrapper.sh} + $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}" cd "$INSTALL_DIR"