summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-11-12 11:06:55 +0000
committerOlivier Blin <oblin@mandriva.com>2008-11-12 11:06:55 +0000
commita64b58239f8a7509e383243d64891ff51728aab6 (patch)
tree3b08ac55528dce9252be934c22b95e97fd6bab05
parentd82841b727c6d9e8debc0d049272c13553fd80fe (diff)
downloaddrakx-backup-do-not-use-a64b58239f8a7509e383243d64891ff51728aab6.tar
drakx-backup-do-not-use-a64b58239f8a7509e383243d64891ff51728aab6.tar.gz
drakx-backup-do-not-use-a64b58239f8a7509e383243d64891ff51728aab6.tar.bz2
drakx-backup-do-not-use-a64b58239f8a7509e383243d64891ff51728aab6.tar.xz
drakx-backup-do-not-use-a64b58239f8a7509e383243d64891ff51728aab6.zip
remove duplicate error message
-rwxr-xr-xrescue/restore-image.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/rescue/restore-image.sh b/rescue/restore-image.sh
index dade72dee..b35bb4b7e 100755
--- a/rescue/restore-image.sh
+++ b/rescue/restore-image.sh
@@ -98,8 +98,6 @@ function detect_root()
else
root=$opcao
fi
- else
- _msgbox "\nError writing image: disk device not detected.\n"
fi
else
root=$(echo $devices | cut -d ' ' -f 1)