Skip to content

Commit a2eb03a

Browse files
committed
Sync up upgrade script with staging branch
1 parent 43538da commit a2eb03a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

install/upgrade/versions/1.6.8.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@ upgrade_config_set_value 'UPGRADE_UPDATE_FILEMANAGER_CONFIG' 'false'
2323

2424
if [ -f /etc/nginx/nginx.conf ]; then
2525
sed -i "s/fastcgi_buffers 4 256k;/fastcgi_buffers 8 256k;/g" /etc/nginx/nginx.conf
26+
fi
27+
28+
# Sync up config files #2819
29+
if [ -f "/etc/roundcube/config.inc.php" ]; then
30+
sed -i "s/?>//" /etc/roundcube/config.inc.php
31+
sed -i "s/?>//" /etc/roundcube/mimetypes.php
2632
fi

install/upgrade/versions/unreleased.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ if [ "$FILE_MANAGER" = "true" ]; then
2727
# Sync up filemanger
2828
$HESTIA/bin/v-delete-sys-filemanger
2929
$HESTIA/bin/v-add-sys-filemanger
30-
fi
31-
32-
# Sync up config files #2819
33-
if [ -f "/etc/roundcube/config.inc.php" ]; then
34-
sed -i "s/?>//" /etc/roundcube/config.inc.php
35-
sed -i "s/?>//" /etc/roundcube/mimetypes.php
3630
fi

0 commit comments

Comments
 (0)