Skip to content

Commit fc0c2be

Browse files
committed
Yanlışlıkla fazladan gösterilen iletiler temizlendi
1 parent 80c236c commit fc0c2be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bootableusb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ function format() {
290290
# Kullanıcıdan veri silinmesini kabul ettiğine dair onay alalım.
291291
print "WARNING: ALL DATA ON DEVICE '%s' WILL BE DESTROYED. \nAre you sure you want to continue? (y/n)" "${device}"
292292
read -n 1 -r
293-
print ""
293+
print " "
294294
if [[ ! $REPLY =~ ^[YyEe]$ ]] ; then
295295
exit 1
296296
fi

0 commit comments

Comments
 (0)