Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nextcloud_install_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"*)
Expand Down