Compare commits
2 Commits
d11a1ee2ea
...
cb7e84e6fe
Author | SHA1 | Date | |
---|---|---|---|
cb7e84e6fe | |||
75bfc960b7 |
|
@ -65,7 +65,7 @@ make image \
|
||||||
collectd-mod-nginx collectd-mod-ping \
|
collectd-mod-nginx collectd-mod-ping \
|
||||||
collectd-mod-processes collectd-mod-protocols \
|
collectd-mod-processes collectd-mod-protocols \
|
||||||
collectd-mod-sensors collectd-mod-smart \
|
collectd-mod-sensors collectd-mod-smart \
|
||||||
collectd-mod-tcpconns \
|
collectd-mod-sqm collectd-mod-tcpconns \
|
||||||
collectd-mod-thermal collectd-mod-uptime \
|
collectd-mod-thermal collectd-mod-uptime \
|
||||||
collectd-mod-users collectd-mod-vmem \
|
collectd-mod-users collectd-mod-vmem \
|
||||||
collectd-mod-wireless \
|
collectd-mod-wireless \
|
||||||
|
|
|
@ -76,7 +76,8 @@ define Package/$(PKG_NAME)/postinst
|
||||||
if [ -n "$${IPKG_INSTROOT}" ]; then
|
if [ -n "$${IPKG_INSTROOT}" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
usermod -a -G audio,dialout asterisk
|
# Add asterisk user to audio and dialout groups
|
||||||
|
sed -i -E 's/((audio|dialout):x:[0-9+]:)/\1asterisk/' /etc/group
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user