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