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

[*] Fix postinst

parent daffbcb7
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ SET( CPACK_GENERATOR "DEB")
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 2)
SET( CPACK_PACKAGE_VERSION_MINOR 4)
SET( CPACK_PACKAGE_VERSION_PATCH 25)
SET( CPACK_PACKAGE_VERSION_PATCH 26)
SET( CPACK_SYSTEM_NAME "debian-9.9-amd64")
SET( CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}-${CPACK_PACKAGE_VERSION_PATCH}")
......
......@@ -70,6 +70,7 @@ mkdir -p $DAP_PREFIX/var/log || true
cat /etc/passwd| grep cellframe-node || adduser --system --no-create-home --group --home /opt/cellframe-node cellframe-node
echo "[*] Check /etc/systemd/system/$DAP_APP_NAME.service file..."
if [ -e /etc/systemd/system/$DAP_APP_NAME.service ]; then
echo "[*] Restarting $DAP_APP_NAME to implement changes"
systemctl --system stop $DAP_APP_NAME >> /dev/null|| true
......
Subproject commit 810dc5ef6961594ddc1d7a79b1533be68d74d88c
Subproject commit 5a274f9a3ed285223fd1d4d7999be48fdd4272cf
Subproject commit 0f72724bd867caa67b10921e4b775a68e27c48fb
Subproject commit 148b44a02653e1697c01081abda649903f9eac3a
Subproject commit 591dacd12b0c101b466024ba845a7b00891f84c0
Subproject commit 93c2043d3c74fc6dceba75d2d9862317d9ba6990
Subproject commit 9f4943f40c1150a818e3200d2d6efc235fc4e1c1
Subproject commit b520a4ebbd3912ac99cbd0158f4f9cc001de9a2d
Subproject commit fdcfd4fe6727f4d4151affef761007c95d5a36eb
Subproject commit e24b49b0e07954ef511f864cee9ce20e90a2fcdf
Subproject commit 8f22ef8aaf1b3e4370fcf73cc0d4044679edad58
Subproject commit c07c5e4a379f8d66052306c8d40db334d0ff6500
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