From: Matthias Fischer Date: Tue, 3 Oct 2017 13:40:25 +0000 (+0200) Subject: Remove PRINT-line in extrahd.pl X-Git-Tag: v2.19-core115~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c3dfd165eec77898bd9e0bf72ee92dbe9987d61;p=people%2Fstevee%2Fipfire-2.x.git Remove PRINT-line in extrahd.pl As shown in https://forum.ipfire.org/viewtopic.php?f=50&t=19563#p111055 PRINT-output somehow garbles bash-prompt. Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- diff --git a/config/extrahd/extrahd.pl b/config/extrahd/extrahd.pl index 6593ca47de..6c3c99c905 100644 --- a/config/extrahd/extrahd.pl +++ b/config/extrahd/extrahd.pl @@ -48,8 +48,6 @@ close FILE; ############################################################################################################################ ############################################################################################################################ -print "$ARGV[0] $ARGV[1]"; - if ( "$ARGV[0]" eq "mount" ) { system("/bin/cp -f /etc/fstab $fstab");