From 12ddbb34321a6b7474cccd768ce6dd9d926ca196 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 13 Aug 2022 17:49:51 +0200 Subject: [PATCH 1/1] don't commit with DEBUG=1 --- sbw-parse.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbw-parse.pl b/sbw-parse.pl index 13dccf5..979cc47 100755 --- a/sbw-parse.pl +++ b/sbw-parse.pl @@ -312,4 +312,4 @@ print $dot_fh qq| |; system "dot -Tsvg /dev/shm/network.dot > /var/www/network.svg"; -system 'git -C /dev/shm commit -m $( date +%Y-%m-%d ) network.dot'; +system 'git -C /dev/shm commit -m $( date +%Y-%m-%d ) network.dot' if ! $debug; -- 2.20.1