From 3928045b562be8d24d009604f848e43341b99659 Mon Sep 17 00:00:00 2001 From: CedarLUG Date: Sun, 28 Aug 2016 21:11:38 -0500 Subject: [PATCH] Putting the servername in the Pastebin title page details through the curl post. --- 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 53fefc612..bba2836b8 100644 --- a/lgsm/functions/command_postdetails.sh +++ b/lgsm/functions/command_postdetails.sh @@ -115,7 +115,7 @@ if [ "$POSTTARGET" == "http://pastebin.com" ] ; then # link=$(curl -s "$POSTTARGET/post.php" -D - -F "submit_hidden=submit_hidden" \ -F "post_key=$TOKEN" -F "paste_expire_date=${POSTEXPIRE}" \ - -F "paste_name=LGSM Debug post" \ + -F "paste_name=${gamename} Debug Info" \ -F "paste_format=8" -F "paste_private=0" \ -F "paste_type=bash" -F "paste_code=<${tmpfile}" | awk '/^location: / { print $2 }' | sed "s/\n//g")