aboutsummaryrefslogtreecommitdiff
path: root/perl/cgi.pl
diff options
context:
space:
mode:
authorEmil Williams2025-08-21 01:47:28 +0000
committerEmil Williams2025-08-21 01:47:28 +0000
commit48d408d4ecdb992552a4560c95d147605dcdfba0 (patch)
tree2cdcac0c1b17d7c870e25e31ec9333b6c65b40de /perl/cgi.pl
parentd4b99fa6d8359555593eec1d6d0fa30d563be57f (diff)
downloadgorillanest-48d408d4ecdb992552a4560c95d147605dcdfba0.tar.xz
gorillanest-48d408d4ecdb992552a4560c95d147605dcdfba0.tar.zst
Remove Log (just pipe it) & Be Quiet About config.pl
Diffstat (limited to 'perl/cgi.pl')
-rwxr-xr-xperl/cgi.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/cgi.pl b/perl/cgi.pl
index 3cbed42..d19c915 100755
--- a/perl/cgi.pl
+++ b/perl/cgi.pl
@@ -22,7 +22,7 @@ use Git::Repository;
use lib qw(. ..);
BEGIN { require 'config.default.pl'; }
-BEGIN { require 'config.pl'; }
+BEGIN { require 'config.pl' if -f 'config.pl'; }
sub info {
warn join(' ', @_);