From 52a4c267bd7c9ee53896b1ebd1b3b8258aaee644 Mon Sep 17 00:00:00 2001 From: Thiago Canozzo Lahr Date: Mon, 23 Feb 2026 13:59:33 -0300 Subject: [PATCH] Update install/immichframe-install.sh Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- install/immichframe-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/immichframe-install.sh b/install/immichframe-install.sh index fd595126c..29ad9daf7 100644 --- a/install/immichframe-install.sh +++ b/install/immichframe-install.sh @@ -197,7 +197,7 @@ EOF msg_ok "Configuration File Created" msg_info "Creating Dedicated User" -useradd -r -s /sbin/nologin -d /app -M immichframe 2>/dev/null || true +useradd -r -s /sbin/nologin -d /app -M immichframe 2>/dev/null chown -R immichframe:immichframe /app msg_ok "User 'immichframe' Created"