From 700d04d544f796aa8754a6a6796990e259622779 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 6 Sep 2018 04:20:17 -0600 Subject: [PATCH] Correcting text in 503 removal section --- root/scripts/borgbackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/scripts/borgbackup.sh b/root/scripts/borgbackup.sh index e51a31a..b147feb 100755 --- a/root/scripts/borgbackup.sh +++ b/root/scripts/borgbackup.sh @@ -392,7 +392,7 @@ checkResult="$?" if [ "$checkResult" = "0" ]; then echo -e "\e[1;33m[`date +%Y-%m-%d` `date +%H:%M:%S`] --WARNING:" \ "Problem encountered removing 503 error page from webroot." \ - "Manually remove this file to allow NGINX to serve web" \ + "Manually remove this file or NGINX will not serve web" \ "clients.--" >> $logFile echo -e "Script will continue processing..." >> $logFile exitWarning+=('103')