Browse Source

will no longer display url details is not post-details command

pull/3051/head
Daniel Gibbs 5 years ago
parent
commit
0a27c6b8e4
  1. 8
      lgsm/functions/command_postdetails.sh

8
lgsm/functions/command_postdetails.sh

@ -115,9 +115,11 @@ elif [ "${posttarget}" == "https://termbin.com" ] ; then
fn_script_log_pass "termbin.com for 30D"
pdurl="${link}"
fi
echo -e ""
echo -e "Please share the following url for support: "
echo -e "${pdurl}"
if [ ${firstcommandname} == "POST-DETAILS" ]; then
echo -e ""
echo -e "Please share the following url for support: "
echo -e "${pdurl}"
fi
fn_script_log_info "${pdurl}"
if [ -z "${exitbypass}" ]; then

Loading…
Cancel
Save