From ae6ade1585efc14129d8df865745ab92269d018d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 11 Feb 2009 15:27:42 +0000 Subject: fdisk.log is not more, do not try to remove it --- rescue/restore-image.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'rescue/restore-image.sh') diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh index 4a5ec9499..e76ed7e64 100755 --- a/rescue/restore-image.sh +++ b/rescue/restore-image.sh @@ -101,7 +101,6 @@ function detect_root() fi if [ -z "${root}" ]; then - rm -rf /tmp/fdisk.log if [ "$devs_found" -gt "1" ]; then if [ ! -z ${inst_source_dev} ]; then opcao=$(dialog --backtitle "$BACKTITLE" --title "$TITLE" --stdout --menu 'Choose one of the detected devices to restore to (check the blocks size column first):' 8 50 0 $devices ) -- cgit v1.2.1