Browse Source

alertmoreinfourl

feature/alerts-refactor
Daniel Gibbs 4 years ago
parent
commit
7e629e3057
No known key found for this signature in database GPG Key ID: 2EBB36015C6D78E2
  1. 3
      lgsm/functions/command_postdetails.sh

3
lgsm/functions/command_postdetails.sh

@ -72,7 +72,8 @@ if [ "${firstcommandname}" == "POST-DETAILS" ]; then
echo -e "${pdurl}"
fi
fn_script_log_info "${pdurl}"
alerturl="${pdurl}"
# Url for Alerts
alertmoreinfourl="${pdurl}"
if [ -z "${exitbypass}" ]; then
core_exit.sh

Loading…
Cancel
Save