Remove a debug command
This commit is contained in:
parent
bdf25dbee4
commit
89036e3383
@ -246,7 +246,7 @@ set_pbar 5
|
|||||||
|
|
||||||
set_status "Formattazione della chiavetta in corso..."
|
set_status "Formattazione della chiavetta in corso..."
|
||||||
echo "Formatting..."
|
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
|
if [ "$?" != "0" ]; then
|
||||||
errorAndExit "Error: \"mkfs.ext3\" exit with error (see $LOGFILE)"
|
errorAndExit "Error: \"mkfs.ext3\" exit with error (see $LOGFILE)"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user