Skip to content
Snippets Groups Projects
Commit 512566f1 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[*] Config template fix

parent 7c5b589c
No related branches found
No related tags found
1 merge request!35Master
...@@ -46,7 +46,7 @@ SET( CPACK_GENERATOR "DEB") ...@@ -46,7 +46,7 @@ SET( CPACK_GENERATOR "DEB")
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}") SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 2) SET( CPACK_PACKAGE_VERSION_MAJOR 2)
SET( CPACK_PACKAGE_VERSION_MINOR 4) SET( CPACK_PACKAGE_VERSION_MINOR 4)
SET( CPACK_PACKAGE_VERSION_PATCH 8) SET( CPACK_PACKAGE_VERSION_PATCH 10)
SET( CPACK_SYSTEM_NAME "debian-9.9-amd64") SET( CPACK_SYSTEM_NAME "debian-9.9-amd64")
SET( CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}-${CPACK_PACKAGE_VERSION_PATCH}") SET( CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}-${CPACK_PACKAGE_VERSION_PATCH}")
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
case "$1" in case "$1" in
reconfigure|configure) reconfigure|configure)
db_input critical cellframe-node/node_type || true
db_go || true
db_input critical cellframe-node/auto_online || true db_input critical cellframe-node/auto_online || true
db_go || true db_go || true
...@@ -24,6 +22,12 @@ reconfigure|configure) ...@@ -24,6 +22,12 @@ reconfigure|configure)
db_input low cellframe-node/server_port || true db_input low cellframe-node/server_port || true
db_go || true db_go || true
db_input critical cellframe-node/kelvin_testnet_enabled || true
db_go || true
db_input critical cellframe-node/kelvin_testnet_node_type || true
db_go || true
;; ;;
*) *)
echo "config called with unknown argument \`$1'" >&2 echo "config called with unknown argument \`$1'" >&2
......
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