mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 22:03:32 -04:00
@@ -663,7 +663,7 @@ echo "$striptracks_json_processed" | awk -v Debug=$striptracks_debug \
|
||||
# Array join function, based on GNU docs
|
||||
function join(array, sep, i, ret) {
|
||||
for (i in array)
|
||||
if (!ret)
|
||||
if (ret == "")
|
||||
ret = array[i]
|
||||
else
|
||||
ret = ret sep array[i]
|
||||
|
||||
Reference in New Issue
Block a user