From dabfe4025c725aedf88e75dc82819533085b50cf Mon Sep 17 00:00:00 2001 From: pablusha Date: Sun, 25 Jan 2026 01:07:44 +0300 Subject: [PATCH] y --- plct.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plct.sh b/plct.sh index 3887408..80ebc72 100755 --- a/plct.sh +++ b/plct.sh @@ -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