diff --git a/selfoss/bin/first-visit.pl b/selfoss/bin/first-visit.pl index 9c5c33e..c4637a8 100644 --- a/selfoss/bin/first-visit.pl +++ b/selfoss/bin/first-visit.pl @@ -18,7 +18,7 @@ my $out = ''; my $err = ''; - if( UBOS::Utils::myexec( $cmd )) { # , undef, \$out, \$err ) != 0 ) { + if( UBOS::Utils::myexec( $cmd, undef, \$out, \$err ) != 0 ) { error( 'Initializing selfoss failed:', $err ); } }