summarylogtreecommitdiffstats
path: root/controlloid-server.install
diff options
context:
space:
mode:
authorsatcom8862020-09-14 22:28:39 +0200
committersatcom8862020-09-14 22:28:39 +0200
commitc105f0b19e6835b94341fc7b2029ef112f41c3ee (patch)
tree3f463f2ea51bbb9f25b1268c5ec8ae8543bee542 /controlloid-server.install
parent0f7c579b5acf7df24df7d3d8f5bbf39f5f932bea (diff)
downloadaur-c105f0b19e6835b94341fc7b2029ef112f41c3ee.tar.gz
Automatically add current user to the group
Diffstat (limited to 'controlloid-server.install')
-rwxr-xr-xcontrolloid-server.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/controlloid-server.install b/controlloid-server.install
index a786441f8ec8..2500ffc49713 100755
--- a/controlloid-server.install
+++ b/controlloid-server.install
@@ -1,5 +1,6 @@
post_install() {
- echo "Don't forget to add yourself to the 'controlloid' group!"
+ echo "Adding your user to the 'controlloid' group..."
+ usermod -aG controlloid $USER
}
post_remove() {