diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-04-08 15:29:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-04-08 15:29:08 -0300 |
commit | edef80258c360d215ecb2a625d6a1e78885e4bc3 (patch) | |
tree | e6fa69fd06215e7ba993465d2603e9b1715d9675 | |
parent | 04035fbd3384e036ae31cca76e44c77a17143232 (diff) | |
download | hydra-edef80258c360d215ecb2a625d6a1e78885e4bc3.tar.gz hydra-edef80258c360d215ecb2a625d6a1e78885e4bc3.tar.bz2 |
Changing upgrade command
-rwxr-xr-x | share/hydra/mass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/mass b/share/hydra/mass index 7afe598..569dba8 100755 --- a/share/hydra/mass +++ b/share/hydra/mass @@ -64,7 +64,7 @@ set_nodes if [ "$BASENAME" == "mass-update" ]; then COMMAND="aptitude update" elif [ "$BASENAME" == "mass-upgrade" ]; then - COMMAND="aptitude safe-upgrade -y" + COMMAND="hydractl upgrade clean" elif [ "$BASENAME" == "mass-web" ]; then set_nodes web fi |