From 99e77bd4dca3a733114733800a2df75ad89eb1c3 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 15 Feb 2011 16:21:13 +0000 Subject: fix previous fix, O is not a digit, 0 is --- modules/phpbb/files/phpbb_apply_config.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/phpbb/files/phpbb_apply_config.pl b/modules/phpbb/files/phpbb_apply_config.pl index 6b550013..f790cf30 100644 --- a/modules/phpbb/files/phpbb_apply_config.pl +++ b/modules/phpbb/files/phpbb_apply_config.pl @@ -4,7 +4,7 @@ use warnings; use Env qw(VALUE); use DBI; -my $key = $ARGV[O]; +my $key = $ARGV[0]; # DBI will use default value coming from env # see puppet manifests -- cgit v1.2.1