From 55aca22343138d2c7596d97a47624ebf8039a148 Mon Sep 17 00:00:00 2001 From: CedarLUG Date: Mon, 12 Sep 2016 10:50:34 -0500 Subject: [PATCH] Updating the comment to reflect the correct default behavior. --- lgsm/functions/command_postdetails.sh | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/command_postdetails.sh b/lgsm/functions/command_postdetails.sh index 72bb73032..c258d17dc 100644 --- a/lgsm/functions/command_postdetails.sh +++ b/lgsm/functions/command_postdetails.sh @@ -15,8 +15,22 @@ POSTDETAILS=yes # Set POSTTARGET to the appropriately-defined post destination. -# The only options for POSTTARGET are -#POSTTARGET="http://pastebin.com" +# The options for POSTTARGET are: +# The default destination - hastebin +# POSTTARGET="http://hastebin.com" +# +# Secondary destination - pastebin +# POSTTARGET="http://hastebin.com +# +# Third option - leave on the filesystem +# POSTTARGET= +# +# All of these options can be specified/overridden from the top-level +# invocation, as in: +# rustserver@gamerig:~$ POSTTARGET="http://pastebin.com" ./rustserver pd +# to post to pastebin, or +# rustserver@gamerig:~$ POSTTARGET= ./rustserver pd +# to leave the output on the filesystem. POSTTARGET=${POSTTARGET="http://hastebin.com"} # For pastebin, you can set the expiration period.