From 2b2a7a9bad44fc36a4e4d4369c773939cbda0187 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Sat, 18 Aug 2018 13:10:55 +0100 Subject: [PATCH] Include url --- src/freedombone-app-bludit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-bludit b/src/freedombone-app-bludit index d585f844a..e8bb59df4 100755 --- a/src/freedombone-app-bludit +++ b/src/freedombone-app-bludit @@ -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" -- GitLab