aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-10-03 14:42:43 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-10-03 14:42:43 +0200
commitf531f6cd518feef0814911675152c18dcbc890da (patch)
tree738e462b8f6a406611c8cbef72abb9cc274d1d7d
parent9a165138570b28998564744619a69085f8a4029d (diff)
setup.pl: Add copyright notice, fix a typo.
-rwxr-xr-xsetup.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.pl b/setup.pl
index b3a87fc..3e6d765 100755
--- a/setup.pl
+++ b/setup.pl
@@ -1,4 +1,5 @@
#! /usr/bin/env perl
+# Copyright 2012, Matthias Andreas Benkard <code@mail.matthias.benkard.de>.
use common::sense;
use Modern::Perl;
@@ -18,7 +19,7 @@ sub printspec($$) {
"provisioning" => "/browserid/provision.html"});
};
-my $configpath = "etc/mulkid";
+my $configpath = "/etc/mulkyid";
my $pemfile = "$configpath/rsa2048.pem";
# Download jQuery.