From ed77963bd0f33c09494a21ae685b5e5366bb28f5 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 2 Oct 2018 00:22:48 -0600 Subject: [PATCH] Fixed -5 parameter section to re-derrive err503File from supplied path. --- backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backup.sh b/backup.sh index 73c29c0..3d51aa0 100755 --- a/backup.sh +++ b/backup.sh @@ -198,6 +198,7 @@ while getopts ':l:n:v5:w:' PARAMS; do 5) # Full path to 503 error page err503Path="${OPTARG%/}" + err503File="${err503Path##*/}" ;; w) # path to webserver webroot to copy 503 error page