From d9c9f5dfecc6d6cb24d45d478e0e7147d9c6f2dc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 6 Dec 2009 11:35:02 +0100 Subject: update some packages, fix some kernel module dependencies - update tinc, openssl and xinetd - fix openssh and dropbear coexistence - fix some kernel module load orders --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3