Browse Source

corrected if

pull/1639/head
Daniel Gibbs 8 years ago
parent
commit
0d0c2a36a0
  1. 2
      lgsm/functions/command_postdetails.sh

2
lgsm/functions/command_postdetails.sh

@ -117,7 +117,7 @@ fi
# cleanup # cleanup
rm "${postdetailsfile}" || /bin/true rm "${postdetailsfile}" || /bin/true
if [ -n "${alert}" ]; then if [ -z "${alert}" ]; then
core_exit.sh core_exit.sh
else else
alerturl="${pdurl}" alerturl="${pdurl}"

Loading…
Cancel
Save