From b70996b4d914ec7a6918666a07b3c374f7f8efc5 Mon Sep 17 00:00:00 2001 From: Rod Wright Date: Tue, 24 Feb 2026 10:22:09 -0500 Subject: [PATCH] Fixed typo (applocation) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e347366..8020cf3 100755 --- a/install.sh +++ b/install.sh @@ -202,7 +202,7 @@ then else # proceed with upgrade # put app in maintenance mode - echo "Putting the applocation in maintenance mode..." + echo "Putting the application in maintenance mode..." # make sure mod_rewrite is enabled if [[ ! -e "$APACHE_CONF_DIR/../mods-enabled/rewrite.load" ]] then