From 591db419ad6d3a067bdcd69e7052561c0971b9a3 Mon Sep 17 00:00:00 2001 From: brent s Date: Tue, 13 Mar 2018 12:15:32 -0400 Subject: [PATCH] minor changes --- TODO | 2 ++ gpg/sksdump.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 082f2a1..2484600 100644 --- a/TODO +++ b/TODO @@ -25,3 +25,5 @@ probably need to package https://packages.debian.org/source/stretch/freebsd-buil -net, add shorewall templater -port in sslchk + +-script that uses uconv(?) and pymysql to export database to .ods \ No newline at end of file diff --git a/gpg/sksdump.py b/gpg/sksdump.py index 771211a..24263ba 100755 --- a/gpg/sksdump.py +++ b/gpg/sksdump.py @@ -17,7 +17,7 @@ NOWstr = NOW.strftime('%Y-%m-%d') # TODO: # - cleanup/rotation should be optional -cfgfile = os.path.join(os.environ['HOME'], '.sksdump.ini') +cfgfile = os.path.join(os.environ['HOME'], '.config', 'optools', 'sksdump.ini') def getDefaults(): # Hardcoded defaults