We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419506b commit aff5eb4Copy full SHA for aff5eb4
bin/v-add-user
@@ -63,7 +63,7 @@ echo "$user:$password" | /usr/sbin/chpasswd
63
64
# Add a general group for normal users created by Hestia
65
if [ -z "$(grep ^hestia-users: /etc/group)" ]; then
66
- groupadd "hestia-users"
+ groupadd --system "hestia-users"
67
fi
68
69
# Add membership to hestia-users group to non-admin users
install/upgrade/0.10.0-190430.sh
@@ -182,7 +182,7 @@ fi
182
183
184
185
186
187
188
# Make sure non-admin users belong to correct Hestia group
0 commit comments