From: California Sullivan <california.l.sulli...@intel.com> Mixed single and double quotes on accident. Fixed.
Signed-off-by: California Sullivan <california.l.sulli...@intel.com> --- yocto-autobuilder-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yocto-autobuilder-setup b/yocto-autobuilder-setup index a74d033..a71bda0 100644 --- a/yocto-autobuilder-setup +++ b/yocto-autobuilder-setup @@ -154,8 +154,8 @@ if [ -n "${config_check:+x}" ]; then sed -i "s/<PASS>/$password/g" ${PWD}/yocto-worker/buildbot.tac echo "" echo " Updating worker-init script used for google cloud building. " - sed -i "s/<HOST_ADDR>/$HOST_ADDR/' ${PWD}/bin/worker-init - sed -i "s/<PASS>/$password/' ${PWD}/bin/worker-init + sed -i "s/<HOST_ADDR>/$HOST_ADDR/" ${PWD}/bin/worker-init + sed -i "s/<PASS>/$password/" ${PWD}/bin/worker-init echo "" echo " If you wish to use your own generated username and password please " echo " modify the above files as needed. Please see the README for more " -- 1.9.1 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto