aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/misc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-05-06 23:38:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-05-06 23:38:32 -0300
commit440f656f3626908632f326e4fc61b01e63ff5ddd (patch)
treea27d473efe6be53a677c3062979a093a40a13a9b /lib/hydra/misc
parent52a2c49079ae8c440d5e489273cd9b62ff90d66b (diff)
downloadhydra-440f656f3626908632f326e4fc61b01e63ff5ddd.tar.gz
hydra-440f656f3626908632f326e4fc61b01e63ff5ddd.tar.bz2
Oops
Diffstat (limited to 'lib/hydra/misc')
-rw-r--r--lib/hydra/misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/misc b/lib/hydra/misc
index 1187068..ebe0bc9 100644
--- a/lib/hydra/misc
+++ b/lib/hydra/misc
@@ -31,7 +31,7 @@ function hydra_install_package {
return
fi
- dpkg -s cryptsetu $1 &> /dev/null
+ dpkg -s $1 &> /dev/null
if [ "$?" == "1" ]; then
apt-get install $1 -y