This commit is contained in:
2026-01-25 01:07:44 +03:00
parent 4976ae08c4
commit dabfe4025c

View File

@@ -92,7 +92,7 @@ prepare_debian() {
exit 1
fi
if [ -n $disk ]; then
if [ -n "$disk" ]; then
while true; do
read -rp "everything is ok, type 'no' to cancel or 'yes' to preceed installation of debian $choice to $disk with $table table (DATA ON $disk WILL BE LOST): " proceeding
if [ "$proceeding" = "no" ]; then