We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bf138 commit 1b8a2d8Copy full SHA for 1b8a2d8
install/hst-install-debian.sh
@@ -1299,7 +1299,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1299
chown root:www-data /etc/roundcube/debian-db-roundcube.php
1300
chown root:www-data /etc/roundcube/config.inc.php
1301
fi
1302
- if [ "$release" -eq 8 ] || [ "$release" -eq 9 ]; then
+ if [ "$release" -eq 8 ]; then
1303
# RoundCube tinyMCE fix
1304
tinymceFixArchiveURL=$hestiacp/roundcube/roundcube-tinymce.tar.gz
1305
tinymceParentFolder=/usr/share/roundcube/program/js
0 commit comments