From e452c1a48d4c719a855cb68fc2000ee3955e1779 Mon Sep 17 00:00:00 2001 From: Robbie Ferguson Date: Thu, 21 Aug 2025 19:05:47 +0000 Subject: [PATCH] Fix typo --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 9c2f8d0..29e4222 100755 --- a/installer.sh +++ b/installer.sh @@ -12,7 +12,7 @@ if [[ "$1" == "--purge" ]]; then echo "[!] This will permanently remove all MediaWiki Appliance components." echo " This will DESTROY a normal system; NEVER run this without exactly" echo " understanding what the purpose is." - read -p "Are you sure you want to destory this system? [y/N]: " confirm + read -p "Are you sure you want to destroy this system? [y/N]: " confirm if [[ "$confirm" != "y" && "$confirm" != "Y" ]]; then echo "Aborted." exit 1