Skip to content

Commit a172082

Browse files
author
gau1991
committed
Fixed issue with debian nginx installation
1 parent c3ff7f1 commit a172082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/site_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ def site_package_check(self, stype):
534534
if stype in ['html', 'php', 'mysql', 'wp', 'wpsubdir', 'wpsubdomain']:
535535
Log.debug(self, "Setting apt_packages variable for Nginx")
536536

537-
if EEVariables.ee_platform_distro == 'Debian':
537+
if EEVariables.ee_platform_distro == 'debian':
538538
check_nginx = 'nginx-extras'
539539
else:
540540
check_nginx = 'nginx-custom'

0 commit comments

Comments
 (0)