Skip to content
Snippets Groups Projects
Commit f404e85b authored by Igor Kropochev's avatar Igor Kropochev
Browse files

Merge branch 'bugfix-6156' into 'master'

[-] Removed core-t and kelvin-testnet from debconfig.

See merge request cellframe/prod_build_cellframe-node!36
parents 4c240277 d2a6b947
No related merge requests found
......@@ -26,18 +26,6 @@ reconfigure|configure)
db_input critical cellframe-node/notify_srv_port || true
db_go || true
db_input critical cellframe-node/core_t_enabled || true
db_go || true
db_get cellframe-node/core_t_enabled
if [ "$RET" = "true" ]; then
db_input critical cellframe-node/core_t_node_type || true
db_go || true
fi
db_input critical cellframe-node/kelvin_testnet_enabled || true
db_go || true
db_get cellframe-node/kelvin_testnet_enabled
if [ "$RET" = "true" ]; then
db_input critical cellframe-node/kelvin_testnet_node_type || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment