diff --git a/Makefile b/Makefile index 06e81bbc..54951389 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,8 @@ install: all install -m 755 $(BIN) /opt/dvm/bin/ mkdir -p /opt/dvm || true install -m 644 config.example.yml /opt/dvm/config.yml - install -m 644 iden_table.example.dat /opt/dvm/iden_table.dat + install -m 644 iden_table.dat /opt/dvm/iden_table.dat + install -m 644 RSSI.dat /opt/dvm/RSSI.dat install -m 644 rid_acl.example.dat /opt/dvm/rid_acl.dat install -m 644 tg_acl.example.dat /opt/dvm/tg_acl.dat install -m 755 start-dvm.sh /opt/dvm @@ -144,6 +145,7 @@ install-service: install @usermod --groups dialout --append dvmhost || true @chown dvmhost:dvmhost /opt/dvm/config.yml @chown dvmhost:dvmhost /opt/dvm/iden_table.dat + @chown dvmhost:dvmhost /opt/dvm/RSSI.dat @chown dvmhost:dvmhost /opt/dvm/rid_acl.dat @chown dvmhost:dvmhost /opt/dvm/tg_acl.dat @chown dvmhost:dvmhost /opt/dvm/log diff --git a/iden_table.example.dat b/iden_table.dat similarity index 100% rename from iden_table.example.dat rename to iden_table.dat