Skip to content

Commit

Permalink
Adjust chown scope
Browse files Browse the repository at this point in the history
  • Loading branch information
zebrapurring committed Dec 8, 2024
1 parent 04139a8 commit a24c4c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Scripts/configureimmich.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ DB_VECTOR_EXTENSION="pgvector"
REDIS_HOSTNAME="localhost"
EOF
fi

# Adjust permissions
chown -R "$IMMICH_USER:$IMMICH_GROUP" "$IMMICH_APP_DIR" "$IMMICH_SETTINGS_DIR"
3 changes: 0 additions & 3 deletions Scripts/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@ echo "Running postinstall as $(whoami)"
# Build Immich application
"$(pwd)/configureimmich.sh"

# Adjust permissions
chown -R "$IMMICH_USER:$IMMICH_GROUP" "$IMMICH_INSTALL_DIR"

# Install Launchd daemons
"$(pwd)/installdaemons.sh"

0 comments on commit a24c4c8

Please sign in to comment.