From 12d438dcab4c865dc470a9c2ee7520dfd52a5831 Mon Sep 17 00:00:00 2001 From: Thiago Canozzo Lahr Date: Mon, 23 Feb 2026 14:00:10 -0300 Subject: [PATCH] Update ct/immichframe.sh Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- ct/immichframe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/immichframe.sh b/ct/immichframe.sh index cf0a8c982..b938afed9 100644 --- a/ct/immichframe.sh +++ b/ct/immichframe.sh @@ -44,7 +44,7 @@ function update_script() { SRCDIR=$(ls -d /tmp/ImmichFrame-*) msg_info "Building backend" - cd "${SRCDIR}" || exit + cd "${SRCDIR}" /opt/dotnet/dotnet publish ImmichFrame.WebApi/ImmichFrame.WebApi.csproj \ --configuration Release \ --runtime linux-x64 \