diff options
author | Christian Hesse <mail@eworm.de> | 2023-02-07 21:20:49 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-02-07 21:20:49 +0100 |
commit | d63db7ea9528271f242fb1845841a6fac14da771 (patch) | |
tree | 3e26b0ab3aed342f9b114d9710db824f7e0db0ab | |
parent | 58a6fac3d9b36c9b7350e8315115ee81d4ce6982 (diff) |
global-functions: $ScriptInstallUpdate: use complete property name
-rw-r--r-- | global-functions | 2 |
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; } |