Skip to content

Commit 74bbafb

Browse files
authored
fic SC
Signed-off-by: Daniel Hansson <[email protected]>
1 parent b21c21d commit 74bbafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lets-encrypt/activate-tls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ fi
131131
# Install Brotli
132132
if version 24.04 "$DISTRO" 26.04.10
133133
then
134-
if [ -z /etc/apache2/conf-available/brotli.conf ]
134+
if ! [ -f /etc/apache2/conf-available/brotli.conf ]
135135
then
136136
# Install needed packaages
137137
install_if_not brotli

0 commit comments

Comments
 (0)