mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
Change featurebase user home path to /var/lib/featurebase. (#2242)
This commit is contained in:
parent
694fb9b048
commit
5c38d87d09
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
USERNAME=featurebase
|
||||
GROUPNAME=featurebase
|
||||
HOMEDIR=/var/lib/molecula
|
||||
HOMEDIR=/var/lib/featurebase
|
||||
|
||||
getent group $GROUPNAME >/dev/null || groupadd -r $GROUPNAME
|
||||
getent passwd $USERNAME >/dev/null || \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue