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 <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Matthias Fischer
2017-10-03 15:40:25 +02:00
committed by Michael Tremer
parent ebf697a097
commit 3c3dfd165e

View File

@@ -48,8 +48,6 @@ close FILE;
############################################################################################################################
############################################################################################################################
print "$ARGV[0] $ARGV[1]";
if ( "$ARGV[0]" eq "mount" ) {
system("/bin/cp -f /etc/fstab $fstab");