From 1d7b69709753d8a4d273c7f2d764427745629c6e Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Tue, 1 Apr 2025 13:45:13 +0900 Subject: [PATCH] Ensure machine-learning/start.sh is executable Signed-off-by: Juhyung Park --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index dba3202..abf8716 100755 --- a/install.sh +++ b/install.sh @@ -171,6 +171,7 @@ exec gunicorn app.main:app \ --keep-alive "\$MACHINE_LEARNING_HTTP_KEEPALIVE_TIMEOUT_S" \ --graceful-timeout 0 EOF +chmod 700 $APP/machine-learning/start.sh # Migrate env file if [ -e "$IMMICH_PATH/env" ]; then