diff --git a/ct/immich.sh b/ct/immich.sh index a003315..20d836d 100644 --- a/ct/immich.sh +++ b/ct/immich.sh @@ -253,6 +253,7 @@ function update_script() { $STD npm i -g @immich/cli msg_ok "Updated Immich CLI" + chown -R immich:immich "$INSTALL_DIR" echo "$RELEASE" >/opt/"${APP}"_version.txt msg_ok "Updated ${APP} to v${RELEASE}"