Bugfix: tetra_users.json was not installed

This commit is contained in:
Adi Bier / DL1HRC 2021-09-26 11:19:09 +02:00
parent 65399cdf14
commit 1dca7d3e5f
2 changed files with 9 additions and 0 deletions

View File

@ -98,6 +98,9 @@ install_if_not_exists(${CMAKE_CURRENT_BINARY_DIR}/svxlink.conf
install_if_not_exists(${CMAKE_CURRENT_BINARY_DIR}/gpio.conf
${SVX_SYSCONF_INSTALL_DIR}
)
install_if_not_exists(${CMAKE_CURRENT_SOURCE_DIR}/tetra_users.json
${SVX_SYSCONF_INSTALL_DIR}
)
install_if_not_exists(node_info.json ${SVX_SYSCONF_INSTALL_DIR})
install_if_not_exists(tetra_users.json ${SVX_SYSCONF_INSTALL_DIR})
install(FILES events.tcl DESTINATION ${SVX_SHARE_INSTALL_DIR})

View File

@ -0,0 +1,6 @@
[
{ "tsi" : "0901163832620055", "name" : "Adi", "call" : "DL1HRC-1", "location" : "Leuna", "symbol" : "\\r", "comment" : "SvxLink Sysop" },
{ "tsi" : "0901163830023402", "name" : "Adi", "call" : "DL1HRC-2", "location" : "Leuna", "symbol" : "\\r", "comment" : "SvxLink Sysop" },
{ "tsi" : "0901163830023403", "name" : "Adi", "call" : "DL1HRC-3", "location" : "Leuna", "symbol" : "\\E", "comment" : "SvxLink Sysop" },
{ "tsi" : "0901163830023404", "name" : "Adi", "call" : "DL1HRC-4", "location" : "Leuna", "symbol" : "\\r", "comment" : "SvxLink Sysop" }
]