We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab2469 commit e149592Copy full SHA for e149592
wre/sbin/wresetup.pl
@@ -28,9 +28,9 @@
28
29
#-------------------------------------------------------------------
30
# server daemon
31
-my $wreConfig = WRE::Config->new;
32
-my $host = WRE::Host->new(wreConfig => $wreConfig);
33
-my $file = WRE::File->new(wreConfig => $wreConfig);
+my $config = WRE::Config->new;
+my $host = WRE::Host->new(wreConfig => $config);
+my $file = WRE::File->new(wreConfig => $config);
34
35
$file->makePath($config->getDomainRoot("/demo"));
36
$file->copy($config->getRoot("/var/setupfiles/demo.nginx"), $config->getRoot("/etc/demo.nginx"),
0 commit comments