Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
2340a2f601
|
@ -289,7 +289,7 @@ def weed_snapshots(fslist, snapshots, config, failed_snapshots):
|
||||
|
||||
def main():
|
||||
config = configparser.ConfigParser()
|
||||
config.read('/usr/local/etc/zsnapper.ini', '/etc/zsnapper.ini')
|
||||
config.read(['/usr/local/etc/zsnapper.ini', '/etc/zsnapper.ini'])
|
||||
|
||||
ret = RET_CODES['SUCCESS']
|
||||
log = logging.getLogger(LOGGER)
|
||||
|
Reference in New Issue
Block a user