Skip to content

Commit

Permalink
versione update 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
servisys committed Jun 8, 2020
1 parent 5e5ab90 commit beb41cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v.3.0.6
- Added fix for Debian 10
- Removed support for multiserver setup in Debian 9 and Debian 10

v.3.0.5
- Added support for debain10 and php7.3

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ We'll use only to inform you on new version of the script :)


# Version #
<b>v.3.0.6</b>

Debian 10 fix for Debian 10

<b>v.3.0.5</b>

Debian 10 changes file path, for root use :
Expand Down
2 changes: 1 addition & 1 deletion distros/debian10/askquestions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ AskQuestions() {

while [[ ! "$CFG_PHP56" =~ $RE ]]
do
CFG_PHP56=$(whiptail --title "Install PHP 5.6" --backtitle "$WT_BACKTITLE" --nocancel --radiolist "By default ISPConfig comes with PHP 7, do you want to install also PHP 5.6 version?" 10 50 2 "no" "(default)" ON "yes" "" OFF 3>&1 1>&2 2>&3)
CFG_PHP56=$(whiptail --title "Install PHP 5.6" --backtitle "$WT_BACKTITLE" --nocancel --radiolist "By default ISPConfig comes with PHP 7.3, do you want to install also PHP 5.6 version?" 10 50 2 "no" "(default)" ON "yes" "" OFF 3>&1 1>&2 2>&3)
done

if echo "$ID" | grep -iq 'raspbian'; then
Expand Down

0 comments on commit beb41cb

Please sign in to comment.