Skip to content

Commit

Permalink
Remove multiserver setup for Debian 9 and Debian 10
Browse files Browse the repository at this point in the history
  • Loading branch information
servisys committed Jun 8, 2020
1 parent d7c370e commit 5e5ab90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ if [ "$DISTRO" == "debian8" ]; then
done
fi

if [ "$DISTRO" == "debian8" ] || [ "$DISTRO" == "debian9" ] || [ "$DISTRO" == "debian10" ]; then
if [ "$DISTRO" == "debian8" ]; then
while [[ ! "$CFG_MULTISERVER" =~ $RE ]]
do
CFG_MULTISERVER=$(whiptail --title "MULTISERVER SETUP" --backtitle "$WT_BACKTITLE" --nocancel --radiolist "Would you like to install ISPConfig in a MultiServer Setup?" 10 50 2 "no" "(default)" ON "yes" "" OFF 3>&1 1>&2 2>&3)
Expand Down

0 comments on commit 5e5ab90

Please sign in to comment.