Skip to content

Commit 1b8a2d8

Browse files
authored
Update hst-install-debian.sh
1 parent d7bf138 commit 1b8a2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
12991299
chown root:www-data /etc/roundcube/debian-db-roundcube.php
13001300
chown root:www-data /etc/roundcube/config.inc.php
13011301
fi
1302-
if [ "$release" -eq 8 ] || [ "$release" -eq 9 ]; then
1302+
if [ "$release" -eq 8 ]; then
13031303
# RoundCube tinyMCE fix
13041304
tinymceFixArchiveURL=$hestiacp/roundcube/roundcube-tinymce.tar.gz
13051305
tinymceParentFolder=/usr/share/roundcube/program/js

0 commit comments

Comments
 (0)