[pisa-src] Re: r2940 - trunk/tools/auto-handover-n900.sh

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 22 Mar 2012 12:18:28 +0100

On Wed, Mar 21, 2012 at 11:27:09PM +0100, Rene Hummen wrote:
> 
> --- trunk/tools/auto-handover-n900.sh Wed Mar 21 23:17:49 2012        (r2939)
> +++ trunk/tools/auto-handover-n900.sh Wed Mar 21 23:27:08 2012        (r2940)
> @@ -32,61 +33,57 @@
> +        while [ true ]; do
> +            ping -c 1 $AP_IP > /dev/null 2>&1
> +            if [ $? -eq 0 ]; then
> +                    echo "Triggering HIP update"
> +                    hipconf daemon manual-update > /dev/null 2>&1
> +                    update_counter=0
> +                    fail_counter=0
> +                    last_result=$result
> +                    sleep_time=10
> +                    break
> +            fi

inconsistent indentation - 8 instead of 4 spaces

Diego
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts: