aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-20 16:24:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-20 16:24:27 -0300
commit8addf3ea71f50050a791e618bd4511860264c0de (patch)
tree86018d8e5b9e1131ef3b28757b54cc693968118b
parent8b8e21a3a4abedd96f5c4f41a99c746bf4b0ee91 (diff)
downloadhydra-8addf3ea71f50050a791e618bd4511860264c0de.tar.gz
hydra-8addf3ea71f50050a791e618bd4511860264c0de.tar.bz2
Mass cleanup
-rwxr-xr-xshare/hydra/mass4
l---------share/hydra/mass-update1
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