aboutsummaryrefslogtreecommitdiffstats
path: root/ipv6-update.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-06-13 09:07:27 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-06-13 09:07:57 +0200
commitdb223429b7a3cdda1549a6b039dfd66b59415f85 (patch)
treef0ceff3f2e0ef270e26441e60c029bc7767716a5 /ipv6-update.rsc
parent2f399f2a48a063d3164e8b9428bb78b6375e2661 (diff)
parentbefa739e11b04a1b9c5ae2a54f1b37fc920f538a (diff)
Merge branch 'script-lock' into next
Diffstat (limited to 'ipv6-update.rsc')
-rw-r--r--ipv6-update.rsc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipv6-update.rsc b/ipv6-update.rsc
index 2838feb..7e1d34f 100644
--- a/ipv6-update.rsc
+++ b/ipv6-update.rsc
@@ -14,6 +14,9 @@
:global LogPrintExit2;
:global ParseKeyValueStore;
+:global ScriptLock;
+
+$ScriptLock $0;
:if ([ :typeof $PdPrefix ] = "nothing") do={
$LogPrintExit2 error $0 ("This script is supposed to run from ipv6 dhcp-client.") true;