fwupdate: remove redundant rm commands

This commit is contained in:
Joo Aun Saw 2019-01-08 00:10:19 +11:00
parent 353bfd21a5
commit 6945f998a5

View File

@ -109,9 +109,6 @@ function show_current() {
function do_download() {
echo "downloading..."
rm -f $FW_DIR/$FW_FILE_GZ $FW_DIR/$FW_FILE_XZ
rm -f $FW_DIR/$FW_FILE_EXTR
rm -f $FW_DIR/$BOOT_READY_FILE
rm -rf $FW_DIR/*
mkdir -p $FW_DIR