From d82a6cc91c981a1c203f564deae266219daf9745 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Thu, 22 May 2025 07:00:33 -0400 Subject: [PATCH] fix immich.sh --- ct/immich.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/immich.sh b/ct/immich.sh index c9044c5a..9fcc5485 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -192,7 +192,7 @@ function update_script() { sed -i -e "s/'vectors.so'/'vchord.so, vectors.so'/" \ -e "/^search_path/s/, vectors'//" /etc/postgresql/16/main/postgresql.conf systemctl restart postgresql.service - msg_done "Upgrade in progress. When Immich restarts, watch the logs for 're-indexing' to complete" + msg_ok "Upgrade in progress. When Immich restarts, watch the logs for 're-indexing' to complete" fi INSTALL_DIR="/opt/${APP}" UPLOAD_DIR="${INSTALL_DIR}/upload"