diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-05-06 23:38:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-05-06 23:38:32 -0300 |
commit | 440f656f3626908632f326e4fc61b01e63ff5ddd (patch) | |
tree | a27d473efe6be53a677c3062979a093a40a13a9b /lib | |
parent | 52a2c49079ae8c440d5e489273cd9b62ff90d66b (diff) | |
download | hydra-440f656f3626908632f326e4fc61b01e63ff5ddd.tar.gz hydra-440f656f3626908632f326e4fc61b01e63ff5ddd.tar.bz2 |
Oops
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/misc | 2 |
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 |