fix immich.sh

This commit is contained in:
vhsdream 2025-05-22 07:00:33 -04:00
parent b5e17cdaeb
commit d82a6cc91c

View File

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