Skip to content

Commit 9aaac65

Browse files
authored
Merge pull request hestiacp#2077 from bet0x/patch-1
Update migrate_phpmyadmin.sh
2 parents 2de6bd8 + ec5847e commit 9aaac65

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313
- Improve handling upgrade of Roundcube #1917
1414
- Fix an issue with sorting the update scripts when version goes higher then 1.x.10
1515
- Allow the use of multiple CAA records for domain. #2073
16+
- Add missing group (www-data) to migrate_phpmyadmin script #2077 @bet0x
1617

1718
## [1.4.10] - Service release
1819

install/upgrade/manual/migrate_phpmyadmin.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ then
5353
mkdir -p /etc/phpmyadmin/conf.d/
5454
mkdir /usr/share/phpmyadmin/tmp
5555
chmod 770 /usr/share/phpmyadmin/tmp/
56+
chown root:www-data /usr/share/phpmyadmin/tmp/
5657
mkdir -p /etc/phpmyadmin/conf.d/
5758

5859
# Configuring Apache2 for PHPMYADMIN

0 commit comments

Comments
 (0)