]> gitweb.fluxo.info Git - hydra.git/commitdiff
Changing upgrade command
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Apr 2014 18:29:08 +0000 (15:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Apr 2014 18:29:08 +0000 (15:29 -0300)
share/hydra/mass

index 7afe598b33a93ded3818a3de0a0c5f3a6739754f..569dba818fc8475c19e910b36dd234df210d5f91 100755 (executable)
@@ -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