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

[*] Postinst fixed

parent 9beb3bd5
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ SET( CPACK_GENERATOR "DEB") ...@@ -39,7 +39,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 5) SET( CPACK_PACKAGE_VERSION_PATCH 6)
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}")
......
...@@ -44,7 +44,7 @@ sed -i "s/{SERVER_ENABLED}/$RET/" $DAP_CFG || true ...@@ -44,7 +44,7 @@ sed -i "s/{SERVER_ENABLED}/$RET/" $DAP_CFG || true
db_get cellframe-node/server_port || true db_get cellframe-node/server_port || true
sed -i "s/{SERVER_PORT}/$RET/" $DAP_CFG || true sed -i "s/{SERVER_PORT}/$RET/" $DAP_CFG || true
db_get cellframe-node/server-addr || true db_get cellframe-node/server_addr || true
sed -i "s/{SERVER_ADDR}/$RET/" $DAP_CFG || true sed -i "s/{SERVER_ADDR}/$RET/" $DAP_CFG || true
mkdir -p $DAP_PREFIX/var/lib/network/kelvin-testnet/zerochain/ || true mkdir -p $DAP_PREFIX/var/lib/network/kelvin-testnet/zerochain/ || 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