fix case
parent
ba682e0f9a
commit
037d5d5296
|
@ -21,7 +21,7 @@ our $rcs=IkiWiki::Setup::Automator::ask(
|
||||||
our $admin=IkiWiki::Setup::Automator::ask(
|
our $admin=IkiWiki::Setup::Automator::ask(
|
||||||
gettext("What wiki user (or openid) will be admin?"), $ENV{USER});
|
gettext("What wiki user (or openid) will be admin?"), $ENV{USER});
|
||||||
use Net::Domain q{hostfqdn};
|
use Net::Domain q{hostfqdn};
|
||||||
our $domain=hostfqdn() || ikiwiki::setup::automator::ask(
|
our $domain=hostfqdn() || IkiWiki::Setup::Automator::ask(
|
||||||
gettext("What is the domain name of the web server?"), "");
|
gettext("What is the domain name of the web server?"), "");
|
||||||
|
|
||||||
IkiWiki::Setup::Automator->import(
|
IkiWiki::Setup::Automator->import(
|
||||||
|
|
|
@ -20,7 +20,7 @@ our $rcs=IkiWiki::Setup::Automator::ask(
|
||||||
our $admin=IkiWiki::Setup::Automator::ask(
|
our $admin=IkiWiki::Setup::Automator::ask(
|
||||||
gettext("Which user (wiki account or openid) will be admin?"), $ENV{USER});
|
gettext("Which user (wiki account or openid) will be admin?"), $ENV{USER});
|
||||||
use Net::Domain q{hostfqdn};
|
use Net::Domain q{hostfqdn};
|
||||||
our $domain=hostfqdn() || ikiwiki::setup::automator::ask(
|
our $domain=hostfqdn() || IkiWiki::Setup::Automator::ask(
|
||||||
gettext("What is the domain name of the web server?"), "");
|
gettext("What is the domain name of the web server?"), "");
|
||||||
|
|
||||||
IkiWiki::Setup::Automator->import(
|
IkiWiki::Setup::Automator->import(
|
||||||
|
|
Loading…
Reference in New Issue