summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-06 11:35:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-06 11:35:02 +0100
commitd9c9f5dfecc6d6cb24d45d478e0e7147d9c6f2dc (patch)
tree818208226a811658df9f5b496b741f9ff7eba7f5 /scripts
parent65b27b644c5817eb63fe7b8392236c37e0386f9b (diff)
update some packages, fix some kernel module dependencies
- update tinc, openssl and xinetd - fix openssh and dropbear coexistence - fix some kernel module load orders
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