diff --git a/lgsm/functions/command_postdetails.sh b/lgsm/functions/command_postdetails.sh index 683a28ed4..9e2f0e1b1 100755 --- a/lgsm/functions/command_postdetails.sh +++ b/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