From: Michael Orlitzky Date: Fri, 5 Oct 2018 22:00:01 +0000 (-0400) Subject: bin/untangle-https-backup: disable configuration file interpolation. X-Git-Tag: 0.0.9~1 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=6d2a0bc6de87d701a806912f4ca81840f0abe2a7;hp=6d2a0bc6de87d701a806912f4ca81840f0abe2a7;p=untangle-https-backup.git bin/untangle-https-backup: disable configuration file interpolation. It was bound to happen: somebody changed their password to something with a percent sign in it, and it broke the secret ConfigParser interpolation that I didn't know existed. Nobody is interpolating usernames or version numbers into their password fields (if you are; see you in hell), so passing interpolation=None to our ConfigParser instantiation should fix the issue. ---