Skip to content

Commit

Permalink
Merge pull request #29 from zebrapurring/rename-immich-grp
Browse files Browse the repository at this point in the history
Rename Immich group
  • Loading branch information
zebrapurring authored Dec 20, 2024
2 parents e14506d + 80e4708 commit e50a0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/createuser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

# Create group
dscl . -create "/Groups/$IMMICH_GROUP"
dscl . -create "/Groups/$IMMICH_GROUP" RealName "Immich headless user"
dscl . -create "/Groups/$IMMICH_GROUP" RealName "Immich group"
dscl . -create "/Groups/$IMMICH_GROUP" passwd "*"
dscl . -create "/Groups/$IMMICH_GROUP" gid 9999

Expand Down

0 comments on commit e50a0bb

Please sign in to comment.