From f531f6cd518feef0814911675152c18dcbc890da Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 3 Oct 2012 14:42:43 +0200 Subject: setup.pl: Add copyright notice, fix a typo. --- setup.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 . 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. -- cgit v1.2.3