From 2cc0bda19b601994eb05ce545d362aecc448bde8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 9 Jun 2018 12:37:15 +0300 Subject: Fix: ignore any git commit errors --- hetznertool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hetznertool b/hetznertool index 3608177..18a86fa 100755 --- a/hetznertool +++ b/hetznertool @@ -217,7 +217,7 @@ def update_zone_file(style, domain, kick, args, dirname, basename): filenames = [basename] if serial is not None: filename.append(serial) - subprocess.check_call( + subprocess.call( ['git', 'commit', '-m', 'automatic zone update'] + filenames, cwd=dirname) -- cgit v1.2.1