mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-12-10 16:46:46 -06:00
Delete url echo
This commit is contained in:
parent
1ceb1734e8
commit
8c0b724bd3
@ -9,19 +9,13 @@ download_package() {
|
|||||||
local url=$1
|
local url=$1
|
||||||
local package=$2
|
local package=$2
|
||||||
if curl -fsL "$url" -o "$package"; then
|
if curl -fsL "$url" -o "$package"; then
|
||||||
echo $url
|
|
||||||
cat $package
|
|
||||||
echo "Downloaded $package"
|
echo "Downloaded $package"
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
echo $url
|
|
||||||
cat $package
|
|
||||||
echo "Error downloading $package from $url"
|
echo "Error downloading $package from $url"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
echo "pwd"
|
|
||||||
pwd
|
|
||||||
mkdir -p $CERT_DIR
|
mkdir -p $CERT_DIR
|
||||||
# Download the tool to create the certificates
|
# Download the tool to create the certificates
|
||||||
echo "Downloading the tool to create the certificates..."
|
echo "Downloading the tool to create the certificates..."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user