]> gitweb.fluxo.info Git - hydra.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 7 May 2011 02:38:32 +0000 (23:38 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 7 May 2011 02:38:32 +0000 (23:38 -0300)
lib/hydra/misc

index 1187068e12e20c3dc7afea484965945ef0fb7941..ebe0bc97c28acb5a12ee09e3f390eb85be7057b9 100644 (file)
@@ -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