]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fix stage conditional at system-upgrade
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Jan 2014 13:33:26 +0000 (11:33 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 5 Jan 2014 13:33:26 +0000 (11:33 -0200)
share/hydractl/system-upgrade

index a309658c8a20e836de384d76e96f4d9f8301fc74..6132e982ccdb1c2765938862b9a42548dd70e0a1 100755 (executable)
@@ -130,7 +130,7 @@ else
 fi
 
 # Prepare
-if [ "$STAGE" == "env" ]; then
+if [ "$STAGE" == "prepare" ]; then
   hydra_system_upgrade_prepare
 fi