Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Swallow PHP output
Browse files Browse the repository at this point in the history
  • Loading branch information
jernst committed Mar 3, 2019
1 parent ee96d4b commit 0f67a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfoss/bin/first-visit.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
}
Expand Down

0 comments on commit 0f67a4a

Please sign in to comment.