From 3c3dfd165eec77898bd9e0bf72ee92dbe9987d61 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Tue, 3 Oct 2017 15:40:25 +0200 Subject: [PATCH] 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 --- config/extrahd/extrahd.pl | 2 -- 1 file changed, 2 deletions(-) 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"); -- 2.39.2