summaryrefslogtreecommitdiff
path: root/cmake/preInstall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/preInstall.sh')
-rw-r--r--cmake/preInstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/preInstall.sh b/cmake/preInstall.sh
index 397e134..17d4919 100644
--- a/cmake/preInstall.sh
+++ b/cmake/preInstall.sh
@@ -23,4 +23,5 @@ if [[ -z `grep -rn '\[RADIUS_PLUG\]' ${DST}/${CONFILE}` ]];then
sed -i '/\[RADIUS_PLUG\]/a\COLLECT_TOPIC=RADIUS-RECORD-LOG' ${DST}/${CONFILE}
sed -i '/\[RADIUS_PLUG\]/a\BROKERLIST=127.0.0.1:9092' ${DST}/${CONFILE}
sed -i '/\[RADIUS_PLUG\]/a\DEVICE_ID=0' ${DST}/${CONFILE}
+ sed -i '/\[RADIUS_PLUG\]/a\PACKET_TYPE_FLAG=16' ${DST}/${CONFILE}
fi