From 15637db2cc943b89dfc8ce33e8e0cda753954085 Mon Sep 17 00:00:00 2001 From: Username404 Date: Tue, 30 Mar 2021 16:36:52 +0200 Subject: [PATCH] Abort the postinst script when errors are present. --- scripts/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinst b/scripts/postinst index fc4aa72..93fa1a4 100644 --- a/scripts/postinst +++ b/scripts/postinst @@ -1,5 +1,5 @@ #!/bin/sh - +set -e # Post install ybcon script ybconDir="@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_DATAROOTDIR@/ybcon.d"