summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Fontana2021-04-08 10:57:54 +0200
committerNicola Fontana2021-04-08 10:57:54 +0200
commit18703163189ecb70e0172b23316f210b6ba5f9a8 (patch)
tree49e6349430192a13212a70a4c6c44a0fe5295815
parentbefc894fe4ed442f696cda5274ca8e290e405904 (diff)
downloadaur-18703163189ecb70e0172b23316f210b6ba5f9a8.tar.gz
Add post-installation note
-rw-r--r--etherlab-ethercat.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/etherlab-ethercat.install b/etherlab-ethercat.install
index 8924eb1d793e..74c7249bc256 100644
--- a/etherlab-ethercat.install
+++ b/etherlab-ethercat.install
@@ -1,3 +1,4 @@
post_install() {
- groupadd -f ethercat
+ groupadd -f ethercat
+ echo "NOTE: to access EtherCAT devices as normal user, he must be into the 'ethercat' group"
}