File tree Expand file tree Collapse file tree 7 files changed +25
-10
lines changed
Expand file tree Collapse file tree 7 files changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ upgrade_phppgadmin() {
580580 else
581581 # Display upgrade information
582582 echo " [ * ] Upgrading phppgadmin to version $pga_v ..."
583- [ -d /usr/share/phpmyadmin ] || mkdir -p /usr/share/phpmyadmin
583+ [ -d /usr/share/phppgadmin ] || mkdir -p /usr/share/phppgadmin
584584 # Download latest phpMyAdmin release
585585 wget --retry-connrefused --quiet https://github.com/hestiacp/phppgadmin/releases/download/v$pga_v /phppgadmin-v$pga_v .tar.gz
586586 tar xzf phppgadmin-v$pga_v .tar.gz -C /usr/share/phppgadmin/
Original file line number Diff line number Diff line change 11; origin-src: deb/php-fpm/multiphp.tpl
2+ ;#=========================================================================#
3+ ;# Default Web Domain Template #
4+ ;# DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
5+ ;# https://hestiacp.com/docs/server-administration/web-templates.html #
6+ ;#=========================================================================#
27
38[%domain%]
49listen = /run/php/php%backend_version%-fpm-%domain%.sock
Original file line number Diff line number Diff line change 11; origin-src: deb/templates/web/php-fpm/default.tpl
2+ ;#=========================================================================#
3+ ;# Default Web Domain Template #
4+ ;# DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
5+ ;# https://hestiacp.com/docs/server-administration/web-templates.html #
6+ ;#=========================================================================#
7+
8+
29
310[%backend%]
411listen = /run/php/php%backend_version%-fpm-%domain%.sock
Original file line number Diff line number Diff line change 11; origin-src: deb/templates/web/php-fpm/no-php.tpl
2+ ;#=========================================================================#
3+ ;# Default Web Domain Template #
4+ ;# DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
5+ ;# https://hestiacp.com/docs/server-administration/web-templates.html #
6+ ;#=========================================================================#
27
38;[%backend%]
49;listen = /run/php/%backend%.sock
2429;env[PATH] = /usr/local/bin:/usr/bin:/bin
2530;env[TMP] = /home/%user%/tmp
2631;env[TMPDIR] = /home/%user%/tmp
27- ;env[TEMP] = /home/%user%/tmp
32+ ;env[TEMP] = /home/%user%/tmp
Original file line number Diff line number Diff line change 11; origin-src: deb/templates/web/php-fpm/socket.tpl
2+ ;#=========================================================================#
3+ ;# Default Web Domain Template #
4+ ;# DO NOT MODIFY THIS FILE! CHANGES WILL BE LOST WHEN REBUILDING DOMAINS #
5+ ;# https://hestiacp.com/docs/server-administration/web-templates.html #
6+ ;#=========================================================================#
27
38[%backend%]
49listen = /run/php/%backend%.sock
@@ -24,4 +29,4 @@ env[HOSTNAME] = $HOSTNAME
2429env[PATH] = /usr/local/bin:/usr/bin:/bin
2530env[TMP] = /home/%user%/tmp
2631env[TMPDIR] = /home/%user%/tmp
27- env[TEMP] = /home/%user%/tmp
32+ env[TEMP] = /home/%user%/tmp
Original file line number Diff line number Diff line change @@ -918,7 +918,6 @@ if [ "$postgresql" = 'no' ]; then
918918 software=$( echo " $software " | sed -e " s/postgresql-contrib//" )
919919 software=$( echo " $software " | sed -e " s/postgresql//" )
920920 software=$( echo " $software " | sed -e " s/php$fpm_v -pgsql//" )
921- software=$( echo " $software " | sed -e " s/phppgadmin//" )
922921fi
923922if [ " $fail2ban " = ' no' ]; then
924923 software=$( echo " $software " | sed -e " s/fail2ban//" )
Original file line number Diff line number Diff line change @@ -900,12 +900,6 @@ if [ "$postgresql" = 'no' ]; then
900900 software=$( echo " $software " | sed -e " s/postgresql-contrib//" )
901901 software=$( echo " $software " | sed -e " s/postgresql//" )
902902 software=$( echo " $software " | sed -e " s/php$fpm_v -pgsql//" )
903- if [ " $multiphp " = ' yes' ]; then
904- for v in " ${multiphp_v[@]} " ; do
905- software=$( echo " $software " | sed -e " s/php$v -pgsql//" )
906- done
907- fi
908- software=$( echo " $software " | sed -e " s/phppgadmin//" )
909903fi
910904if [ " $fail2ban " = ' no' ]; then
911905 software=$( echo " $software " | sed -e " s/fail2ban//" )
You can’t perform that action at this time.
0 commit comments