Skip to content

Commit

Permalink
Allow multiple domains
Browse files Browse the repository at this point in the history
  • Loading branch information
latenssi committed Apr 7, 2016
1 parent 8f1c866 commit 8bdb59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dyfi-update.pl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
$username = $ENV{'DYFI_USERNAME'};
$password = $ENV{'DYFI_PASSWORD'};
$do_release = $ENV{'DYFI_RELEASE'};
push @hosts, $ENV{'DYFI_HOST'};
push @hosts, split(/,/, $ENV{'DYFI_HOST'});

$pidfile = '/var/run/dyfi-update.pid';

Expand Down

0 comments on commit 8bdb59b

Please sign in to comment.