Skip to content

Commit

Permalink
Merge pull request #23 from zebrapurring/fix-chown
Browse files Browse the repository at this point in the history
Adjust chown scope
  • Loading branch information
zebrapurring authored Dec 8, 2024
2 parents 04139a8 + a24c4c8 commit 941457f
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 941457f

Please sign in to comment.