Spare 'echo' command removed.

This commit is contained in:
Kolan Sh 2013-07-06 12:05:21 +04:00
parent 5ec84c541d
commit dbdd120562
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ mount -o remount,rw /boot
cd /boot
for f in System.map config vmlinuz kernel-genkernel initramfs; do
rm -f `ls --color=never $f-* 2>/dev/null | grep -vE "$REVISION$|$REVISION.img$|$UNAME$|$UNAME.img$" | sort -V | head -n-1`
echo rm -f `ls --color=never $f-* 2>/dev/null | grep -vE "$REVISION$|$REVISION.img$|$UNAME$|$UNAME.img$" | sort -V | head -n-1`
done
mount -o remount,ro -force /boot