Skip to content
Snippets Groups Projects
Commit 1e3055f5 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'bugfix-6156' into 'master'

[-] Removed kelvin-testnet question from config.

See merge request cellframe/prod_build_cellframe-node!37
parents f404e85b 78f4b78f
No related branches found
No related tags found
No related merge requests found
...@@ -26,12 +26,6 @@ reconfigure|configure) ...@@ -26,12 +26,6 @@ reconfigure|configure)
db_input critical cellframe-node/notify_srv_port || true db_input critical cellframe-node/notify_srv_port || true
db_go || 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
db_go || true
fi
db_input critical cellframe-node/subzero_enabled || true db_input critical cellframe-node/subzero_enabled || true
db_go || true db_go || 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