mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-23 22:32:52 +00:00
fix linting error introduced by #256
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -6,7 +6,7 @@ set -eu
|
|||||||
function urldecode { : "${*//+/ }"; echo -e "${_//%/\\x}"; }
|
function urldecode { : "${*//+/ }"; echo -e "${_//%/\\x}"; }
|
||||||
|
|
||||||
function version_from_filename {
|
function version_from_filename {
|
||||||
echo $(basename "$1") | awk -F"-" '{print $2}'
|
basename "$1" | awk -F"-" '{print $2}'
|
||||||
}
|
}
|
||||||
|
|
||||||
function h5ai_query {
|
function h5ai_query {
|
||||||
|
|||||||
Reference in New Issue
Block a user