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