aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-02-07 21:20:49 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-02-07 21:20:49 +0100
commitd63db7ea9528271f242fb1845841a6fac14da771 (patch)
tree3e26b0ab3aed342f9b114d9710db824f7e0db0ab /global-functions
parent58a6fac3d9b36c9b7350e8315115ee81d4ce6982 (diff)
global-functions: $ScriptInstallUpdate: use complete property name
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index 63ec636..c179263 100644
--- a/global-functions
+++ b/global-functions
@@ -748,7 +748,7 @@
:local ScriptFile [ /file/find where name=("script-updates/" . $ScriptVal->"name") ];
:local SourceNew;
:if ([ :len $ScriptFile ] > 0) do={
- :set SourceNew [ /file/get $ScriptFile content ];
+ :set SourceNew [ /file/get $ScriptFile contents ];
/file/remove $ScriptFile;
}