Skip to content

Commit

Permalink
Merge pull request #423 from ypid/usb-create-fix
Browse files Browse the repository at this point in the history
Made the input field for the user more convenient.
  • Loading branch information
gdha committed Jun 16, 2014
2 parents b19c28e + 09675ca commit 5a0433d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/format/USB/default/20_check_usb_layout.sh
Expand Up @@ -56,7 +56,7 @@ ID_FS_TYPE=$(
[[ "$ID_FS_TYPE" == btr* || "$ID_FS_TYPE" == ext* ]]
if (( $? != 0 )) && [[ -z "$YES" ]]; then
echo "USB device $REAL_USB_DEVICE must be formatted with ext2/3/4 or btrfs file system"
echo "Please type Yes to format $REAL_USB_DEVICE in ext3 format:"
echo -n "Please type Yes to format $REAL_USB_DEVICE in ext3 format: "
read answer
[ "$answer" == "Yes" ]
StopIfError "Abort USB format process by user"
Expand Down

0 comments on commit 5a0433d

Please sign in to comment.