change default config location and release 1.0.1
This commit is contained in:
@@ -35,7 +35,7 @@ def main():
|
||||
prog, max_help_position=45, width=140))
|
||||
parser.add_argument(
|
||||
"-c", "--config", help="Config file to read.",
|
||||
default="/etc/pymodmilter.conf")
|
||||
default="/etc/pymodmilter/pymodmilter.conf")
|
||||
parser.add_argument(
|
||||
"-s",
|
||||
"--socket",
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "1.0.0"
|
||||
__version__ = "1.0.1"
|
||||
|
||||
Reference in New Issue
Block a user