From 89036e3383594a7ce47320f5abf07332ec19e65c Mon Sep 17 00:00:00 2001 From: Filippo Bedendo Bordon Date: Mon, 20 Feb 2012 20:18:35 +0100 Subject: [PATCH] Remove a debug command --- src/usbinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usbinstall.sh b/src/usbinstall.sh index 1b703da..b4bbbd5 100755 --- a/src/usbinstall.sh +++ b/src/usbinstall.sh @@ -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