diff options
| author | Emil Williams | 2025-08-21 01:47:28 +0000 |
|---|---|---|
| committer | Emil Williams | 2025-08-21 01:47:28 +0000 |
| commit | 48d408d4ecdb992552a4560c95d147605dcdfba0 (patch) | |
| tree | 2cdcac0c1b17d7c870e25e31ec9333b6c65b40de /perl/cgi.pl | |
| parent | d4b99fa6d8359555593eec1d6d0fa30d563be57f (diff) | |
| download | gorillanest-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-x | perl/cgi.pl | 2 |
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(' ', @_); |
