diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-20 16:24:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-20 16:24:27 -0300 |
commit | 8addf3ea71f50050a791e618bd4511860264c0de (patch) | |
tree | 86018d8e5b9e1131ef3b28757b54cc693968118b | |
parent | 8b8e21a3a4abedd96f5c4f41a99c746bf4b0ee91 (diff) | |
download | hydra-8addf3ea71f50050a791e618bd4511860264c0de.tar.gz hydra-8addf3ea71f50050a791e618bd4511860264c0de.tar.bz2 |
Mass cleanup
-rwxr-xr-x | share/hydra/mass | 4 | ||||
l--------- | share/hydra/mass-update | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/share/hydra/mass b/share/hydra/mass index 3b1ed2d..a716bae 100755 --- a/share/hydra/mass +++ b/share/hydra/mass @@ -61,9 +61,7 @@ BASEDIR="/tmp" set_nodes # Validation -if [ "$BASENAME" == "mass-update" ]; then - COMMAND="aptitude update" -elif [ "$BASENAME" == "mass-upgrade" ]; then +if [ "$BASENAME" == "mass-upgrade" ]; then COMMAND="DEBIAN_FRONTEND=noninteractive hydractl upgrade clean" elif [ "$BASENAME" == "mass-web" ]; then set_nodes web diff --git a/share/hydra/mass-update b/share/hydra/mass-update deleted file mode 120000 index 698f7d4..0000000 --- a/share/hydra/mass-update +++ /dev/null @@ -1 +0,0 @@ -mass
\ No newline at end of file |