diff --git a/CMakeLists.txt b/CMakeLists.txt index 7160018ec4e050b0a44b3e3d1a87769a5375f9e8..3e9ab2258ff44d6348adf5b30a1039892f2803f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11) SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}") SET( CPACK_PACKAGE_VERSION_MAJOR 2) SET( CPACK_PACKAGE_VERSION_MINOR 14) -SET( CPACK_PACKAGE_VERSION_PATCH 7) +SET( CPACK_PACKAGE_VERSION_PATCH 8) # init CellFrame SDK add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"") diff --git a/prod_build/linux/debian/essentials/postinst b/prod_build/linux/debian/essentials/postinst index 0b07ef800456021c7eddc207259539620102af29..c92199fbc5d250caa778f01850abdbeddb74d722 100755 --- a/prod_build/linux/debian/essentials/postinst +++ b/prod_build/linux/debian/essentials/postinst @@ -98,6 +98,7 @@ else fi done chmod 0774 $DAP_PREFIX/bin/* + chmod 0777 $DAP_PREFIX/bin/$DAP_APP_NAME-cli service cellframe-node start || true echo "[!] Done" fi