From 257be5e7bf19e0037d180ac6d0d4310a15c26b65 Mon Sep 17 00:00:00 2001 From: CedarLUG Date: Sun, 28 Aug 2016 20:52:23 -0500 Subject: [PATCH] Rolling back the environment-setting deployment for now. --- lgsm/functions/command_postdetails.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/command_postdetails.sh b/lgsm/functions/command_postdetails.sh index ffb9bb684..53fefc612 100644 --- a/lgsm/functions/command_postdetails.sh +++ b/lgsm/functions/command_postdetails.sh @@ -20,9 +20,8 @@ POSTDETAILS=yes # 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. -: {POSTTARGET:=http://pastebin.com} -: {POSTEXPIRE:="1W"} # use 1 week as the default, other options are '24h' for a day, etc. -# (The above variables can be overridden as environment variables) +POSTTARGET="http://pastebin.com" +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 # of the already-defined functions. To keep the command_details.sh