Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 1903675

Browse files
committed
Add app user to admin group
1 parent e9ff6c3 commit 1903675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vagrant/provisioning/hypernode.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ fi
3131
/usr/local/bin/n98-magerun -q self-update || true
3232
/usr/local/bin/n98-magerun2 -q self-update || true
3333

34+
usermod -a -G admin app
35+
3436
# Remove mysql user from cgroup limitation, as hardcoded ones during deployment of hypernode box swap all stuff out
3537
tee /etc/cgrules.conf <<"CONFIG"
3638
solr memory limited

0 commit comments

Comments
 (0)