From 72fce1d5ecdca41c5aad3fb57a03e772e4214bad Mon Sep 17 00:00:00 2001 From: vhsdream Date: Wed, 7 May 2025 12:12:50 -0400 Subject: [PATCH] Immich: Fix curly bracket; re-do venv creation in update --- ct/immich.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ct/immich.sh b/ct/immich.sh index 8055d88..a003315 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -182,7 +182,7 @@ function update_script() { msg_info "Stopping ${APP} services" systemctl stop immich-web systemctl stop immich-ml - msg_ok "Stopped {$APP}" + msg_ok "Stopped ${APP}" INSTALL_DIR="/opt/${APP}" UPLOAD_DIR="${INSTALL_DIR}/upload" SRC_DIR="${INSTALL_DIR}/source" @@ -215,6 +215,7 @@ function update_script() { msg_ok "Updated ${APP} web and microservices" cd "$SRC_DIR"/machine-learning + $STD python3 -m venv "$ML_DIR"/ml-venv if [[ -f ~/.openvino ]]; then msg_info "Updating HW-accelerated machine-learning" (