summarylogtreecommitdiffstats
path: root/controlloid-server.install
diff options
context:
space:
mode:
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() {