summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 44a261e67..a6b1ce331 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -95,7 +95,7 @@ else
printf "This will destroy all data on $1, are you sure?\n"
printf "Type "y" to continue\n"
read y
- if [ $y = "y" ];then
+ if [ "$y" = "y" ];then
$sfdisk -l $1 2>&1 |grep 'No medium'
if [ $? -eq 0 ];then
exit 1