From f2472ce21d1d9b507ce985dae948e90dd5f066d8 Mon Sep 17 00:00:00 2001 From: CedarLUG Date: Sun, 11 Sep 2016 19:51:37 -0500 Subject: [PATCH] Updating the comment regarding eventual hastebin support hastebin support has been added. --- lgsm/functions/command_postdetails.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lgsm/functions/command_postdetails.sh b/lgsm/functions/command_postdetails.sh index 252c19dbe..28b2b49db 100644 --- a/lgsm/functions/command_postdetails.sh +++ b/lgsm/functions/command_postdetails.sh @@ -13,14 +13,13 @@ local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" # it here silences the output from sourcing command_details.sh. POSTDETAILS=yes -# Set POSTTARGET to the appropriately-defined post destination. The present -# option is only pastebin, but hastebin is on the todo list (and should be -# a lot easier than pastebin. -# -# Another reason for an alternative here is that pastebin limits guest -# posts to 10 per day, which might be a tight limit for some debugging situations. +# Set POSTTARGET to the appropriately-defined post destination. +# The only options for POSTTARGET are +#POSTTARGET="http://pastebin.com" POSTTARGET="http://hastebin.com" + +# For pastebin, you can set the expiration period. POSTEXPIRE="1W" # use 1 week as the default, other options are '24h' for a day, etc. # This file sources the command_details.sh file to leverage all