From 29605c25c581b6ea6bb2d7aabfb78327f2a5bd3f Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sun, 20 Jun 2021 10:29:23 +0300 Subject: [PATCH] fix typo, harden (set -e) --- front_pwquality_cli.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/front_pwquality_cli.sh b/front_pwquality_cli.sh index 186eba0..88f8d48 100644 --- a/front_pwquality_cli.sh +++ b/front_pwquality_cli.sh @@ -1,6 +1,5 @@ #!/bin/bash - -source "${DESTDIR}/usr/share/linux-infosec-setupper/common.sh" +set -e # detect running from git tree if [ -f ./common.sh ] && [ -f "$0" ]