From 0d0c2a36a0d0eed2a450a3bca4a6d61bf0dd977c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 1 Sep 2017 15:43:06 +0100 Subject: [PATCH] corrected if --- lgsm/functions/command_postdetails.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_postdetails.sh b/lgsm/functions/command_postdetails.sh index fe9447f7d..13b464bba 100644 --- a/lgsm/functions/command_postdetails.sh +++ b/lgsm/functions/command_postdetails.sh @@ -117,7 +117,7 @@ fi # cleanup rm "${postdetailsfile}" || /bin/true -if [ -n "${alert}" ]; then +if [ -z "${alert}" ]; then core_exit.sh else alerturl="${pdurl}"