← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~smoser/maas/1.2.lp1103716 into lp:maas/1.2

 

Scott Moser has proposed merging lp:~smoser/maas/1.2.lp1103716 into lp:maas/1.2.

Commit message:
Backport of trunk revision 1429

Trivial backport of obvious typo bug.

Requested reviews:
  MAAS Maintainers (maas-maintainers)

For more details, see:
https://code.launchpad.net/~smoser/maas/1.2.lp1103716/+merge/146890
-- 
https://code.launchpad.net/~smoser/maas/1.2.lp1103716/+merge/146890
Your team MAAS Maintainers is requested to review the proposed merge of lp:~smoser/maas/1.2.lp1103716 into lp:maas/1.2.
=== modified file 'etc/maas/commissioning-user-data'
--- etc/maas/commissioning-user-data	2012-11-30 17:34:43 +0000
+++ etc/maas/commissioning-user-data	2013-02-06 16:18:22 +0000
@@ -141,7 +141,7 @@
       pargs="--dhcp-if-static"
    fi
    power_settings=$(maas-ipmi-autodetect --configdir "$IPMI_CONFIG_D" ${pargs})
-   if [ ! -z "power_settings" ]; then
+   if [ ! -z "$power_settings" ]; then
       signal "--power-type=ipmi" "--power-parameters=${power_settings}" WORKING "finished [maas-ipmi-autodetect]"
    fi
 


Follow ups