]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
general-functions.pl: Don't use line buffering
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 23 Mar 2024 15:31:38 +0000 (16:31 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Apr 2024 17:35:08 +0000 (19:35 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/cfgroot/general-functions.pl

index 1b07a923066f232f2e63a9cc6233de75ee4db43b..442e31f36e74b08069919eeb579303da20877f14 100644 (file)
@@ -19,7 +19,6 @@ use Socket;
 use IO::Socket;
 use Net::SSLeay;
 use Net::IPv4Addr qw(:all);
-$|=1; # line buffering
 
 $General::version = 'VERSION';
 $General::swroot = 'CONFIG_ROOT';