Skip to content
Snippets Groups Projects
Commit 2b2a7a9b authored by Bob Mottram's avatar Bob Mottram
Browse files

Include url

parent 1fdebc06
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ function bludit_install_from_download {
# shellcheck disable=SC2001,SC2046
unzip "${bludit_path}".zip
if [ ! -d "$bludit_path" ]; then
echo $'Unable to download or extract bludit'
echo $"Unable to download or extract bludit from $url"
exit 264826
fi
cp -r "$bludit_path"/* "/var/www/${BLUDIT_DOMAIN_NAME}/htdocs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment