The ipsec script has the following bashism (line 324 of ipsec script, 
git commit 333b461aa689c29197dadb2a15abc3ccade0c89a):

loop=$(($loop - 1))

This doesn't work on my embedded board running busybox msh. I suggest 
changing the live above, to:

loop=`expr $loop - 1`

to make it more portable.

Regards,
Dimitris
_______________________________________________
Users mailing list
Users@lists.strongswan.org
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to