mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
fix for ubuntu 14.04
This commit is contained in:
parent
1096fcda9c
commit
1c315de8d7
1 changed files with 3 additions and 3 deletions
|
@ -33,9 +33,9 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
|
||||||
|
|
||||||
# Fix for old releases
|
# Fix for old releases
|
||||||
if [[ ${release:0:2} -lt 16 ]]; then
|
if [[ ${release:0:2} -lt 16 ]]; then
|
||||||
software=$(echo "$software" |sed -e "s/php /php5 /")
|
software=$(echo "$software" |sed -e "s/php /php5 /g")
|
||||||
software=$(echo "$software" |sed -e "s/php-/php5-/")
|
software=$(echo "$software" |sed -e "s/vesta-php5 /vesta-php /g")
|
||||||
software=$(echo "$software" |sed -e "s/mod-php/mod-php5/")
|
software=$(echo "$software" |sed -e "s/php-/php5-/g")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Defining help function
|
# Defining help function
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue