mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-15 00:15:25 +00:00
Use -prune for "REPLACE_ENV_VARIABLES_EXCLUDE_PATHS" feature. (#588)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
function join_by { local d=$1; shift; echo -n "$1"; shift; printf "%s" "${@/#/$d}"; }
|
||||
|
||||
function isURL {
|
||||
local value=$1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user