From 7bcb84a79e9b64b7046fd69ca9200c59efa01fae Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 7 Oct 2021 23:52:57 -0400 Subject: [PATCH] minor fixes --- citrine.internal.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index c5d76ff..a52657b 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -23,7 +23,7 @@ yesno() { dumptitle="" dump() { - dialog --title $dumptitle --no-collapse --msgbox "$@" 0 0 + dialog --title "${dumptitle}" --no-collapse --msgbox "$@" 0 0 } msgdat="" @@ -71,7 +71,8 @@ echo "PMODE=$response" PMODE="$yn" dumptitle="System Disks" -dump "$(fdisk -l | grep Disk | grep sectors --color=never)" +diskdat="$(fdisk -l | grep Disk | grep sectors --color=never)" +dump "$diskdat" MANUAL="no" DISK=""