y
This commit is contained in:
2
plct.sh
2
plct.sh
@@ -92,7 +92,7 @@ prepare_debian() {
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n $disk ]; then
|
if [ -n "$disk" ]; then
|
||||||
while true; do
|
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
|
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
|
if [ "$proceeding" = "no" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user