]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fix at mass-upgrade
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 23 Nov 2010 13:51:06 +0000 (11:51 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 23 Nov 2010 13:51:06 +0000 (11:51 -0200)
share/hydra/mass

index 981f31fc16d408b9369cc2fad6a69e943f477ac3..d7b466c88a964b71d53edcf865d248aa74a98ffd 100755 (executable)
@@ -35,8 +35,8 @@ NODES="`hydra $HYDRA nodes`"
 # Validation
 if [ "$BASENAME" == "mass-update" ]; then
   COMMAND="aptitude update"
-elif [ "$BASENAME" == "mass-update" ]; then
-  COMMAND="aptitude safe-upgrade"
+elif [ "$BASENAME" == "mass-upgrade" ]; then
+  COMMAND="aptitude safe-upgrade -y"
 elif [ "$BASENAME" == "mass-web" ]; then
   NODES="`hydra $HYDRA nodes web`"
 fi