mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
committed by
Michael Tremer
parent
ebf697a097
commit
3c3dfd165e
@@ -48,8 +48,6 @@ close FILE;
|
||||
############################################################################################################################
|
||||
############################################################################################################################
|
||||
|
||||
print "$ARGV[0] $ARGV[1]";
|
||||
|
||||
if ( "$ARGV[0]" eq "mount" ) {
|
||||
system("/bin/cp -f /etc/fstab $fstab");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user