From 54c258b50a4c7caec972ec7f59b54daf4a0b9128 Mon Sep 17 00:00:00 2001 From: CedarLUG Date: Sun, 11 Sep 2016 20:10:06 -0500 Subject: [PATCH] Minor: Correcting paren in comment. --- 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 28b2b49db..e78fcb7cd 100644 --- a/lgsm/functions/command_postdetails.sh +++ b/lgsm/functions/command_postdetails.sh @@ -61,7 +61,7 @@ tmpfile=${filedir}/$(fn_gen_rand 10).tmp touch ${tmpfile} || fn_bad_tmpfile # fn_display_details is found in the command_details.sh file (which -# was sourced above. The output is parsed for passwords and other +# was sourced above). The output is parsed for passwords and other # confidential information. -CedarLUG # The numerous sed lines could certainly be condensed quite a bit,