Skip to content

Commit

Permalink
net-mgmt/smokeping: Fix typo in patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rosorio committed Nov 19, 2021
1 parent e449f29 commit e019951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-mgmt/smokeping/files/patch-bin_smokeping__cgi
Expand Up @@ -16,7 +16,7 @@
use CGI::Fast;

-my $cfg = (shift @ARGV) || "$FindBin::Bin/../etc/config";
+My $cfg = (shift @ARGV) || "/usr/local/etc/smokeping/config";
+my $cfg = (shift @ARGV) || "/usr/local/etc/smokeping/config";


while (my $q = new CGI::Fast) {

0 comments on commit e019951

Please sign in to comment.