Remove a debug command

This commit is contained in:
Filippo Bedendo Bordon 2012-02-20 20:18:35 +01:00
parent bdf25dbee4
commit 89036e3383

View File

@ -246,7 +246,7 @@ set_pbar 5
set_status "Formattazione della chiavetta in corso..."
echo "Formatting..."
#sudo mkfs.ext3 ${SELECT_USB}1 -L openmamba_live &>>$LOGFILE
sudo mkfs.ext3 ${SELECT_USB}1 -L openmamba_live &>>$LOGFILE
if [ "$?" != "0" ]; then
errorAndExit "Error: \"mkfs.ext3\" exit with error (see $LOGFILE)"
fi