From 920f638942e1679cdf784722e4ea24974216bcd8 Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Thu, 21 Mar 2024 23:38:50 +0100 Subject: [PATCH] Fix typo (#2618) Signed-off-by: Robrecht Cannoodt --- nextcloud_install_production.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 24d46a81..ae117465 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -937,7 +937,7 @@ $CHECKLIST_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \ "Mail" "" ON \ "Deck" "" ON \ "Collectives" "" ON \ -"Suspicios Login detetion" "" ON \ +"Suspicious Login detection" "" ON \ "IssueTemplate" "" OFF \ "Group-Folders" "" OFF 3>&1 1>&2 2>&3) fi @@ -980,7 +980,7 @@ case "$choice" in install_and_enable_app collectives install_if_not php"$PHPVER"-sqlite3 ;;& - *"Suspicios Login detetion"*) + *"Suspicious Login detection"*) install_and_enable_app suspicios_login ;;& *"Group-Folders"*)