File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
2222HESTIA_INSTALL_DIR=" $HESTIA /install/deb"
2323
2424# Define software versions
25- pma_v=' 5.0.1 '
25+ pma_v=' 5.0.2 '
2626multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" )
2727fpm_v=" 7.3"
2828
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ codename="$(lsb_release -s -c)"
2222HESTIA_INSTALL_DIR=" $HESTIA /install/deb"
2323
2424# Define software versions
25- pma_v=' 5.0.1 '
25+ pma_v=' 5.0.2 '
2626multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" )
2727fpm_v=" 7.3"
2828
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ upgrade_refresh_config
1919new_version=$( dpkg -l | awk ' $2=="hestia" { print $3 }' )
2020
2121# phpMyAdmin
22- pma_v=' 5.0.1 '
22+ pma_v=' 5.0.2 '
2323
2424# ##############################################################
2525# Begin standard upgrade routines #
You can’t perform that action at this time.
0 commit comments