diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-22 19:52:20 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-24 21:51:56 +0100 |
commit | 041ca062b1d07843e7ef9ae8e99a753e344189e5 (patch) | |
tree | 3425599f6d4cdecd555b6fa4b33afafd8f8ead5f /log-forward | |
parent | f46db918453dcb8878b9a0de6e122fb0ea2224d9 (diff) |
global: use $0 for $ScriptLock
Diffstat (limited to 'log-forward')
-rw-r--r-- | log-forward | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log-forward b/log-forward index e90e720..def04e6 100644 --- a/log-forward +++ b/log-forward @@ -23,7 +23,7 @@ :global SymbolForNotification; :global WaitFullyConnected; -$ScriptLock "log-forward"; +$ScriptLock $0; :if ([ :typeof $LogForwardRateLimit ] = "nothing") do={ :set LogForwardRateLimit 0; |