Skip to content

Commit

Permalink
Fix user
Browse files Browse the repository at this point in the history
  • Loading branch information
tuaris committed Jul 21, 2021
1 parent cf4467b commit d39e438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databases/metabase/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ SUB_LIST+= PORTNAME=${PORTNAME} \
METABASE_GROUP=${GROUPS} \
JAVA_HOME=${JAVA_HOME}

USERS= www
GROUPS= www
USERS= ${PORTNAME}
GROUPS= ${PORTNAME}

PLIST_FILES?= bin/${PORTNAME}.jar "@sample etc/${PORTNAME}.conf.sample"

Expand Down

0 comments on commit d39e438

Please sign in to comment.