<div dir="ltr">You will need to use tags/another mechanism to prevent the script from running multiple times if thats what you need. Provisioning scripts are designed to be run as many times as necessary until no more changes are detected. Is there a reason you don't want the provisioning script run multiple times? Are you changing the PPP password? What I did to work around the password issue is make the acct password deterministic:<div><br></div><div>password = sha1("device-serial:username:secret-code").substring(0,16)</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 5, 2017 at 11:21 PM, Oliver Kraitschy <span dir="ltr"><<a href="mailto:oliver@okraits.de" target="_blank">oliver@okraits.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Am 06.09.2017 08:33, schrieb Oliver Kraitschy:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm using an extension to interact with an external system and want to<br>
pass the DeviceID in the provision to the extension. But that line<br>
above has the effect that the provision (and thus the extension) is<br>
run twice which is not what one would want.<br>
</blockquote>
<br></span>
To be precise, the provision is run twice if another preset is executed at the same time, it seems.<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com" target="_blank">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/mail<wbr>man/listinfo/users</a><br>
</div></div></blockquote></div><br></div>