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 1e5a689 commit ea48d7fCopy full SHA for ea48d7f
mig/shared/install.py
@@ -1745,15 +1745,6 @@ def _generate_confs_prepare(
1745
else:
1746
user_dict['__DUPLICATI_COMMENTED__'] = '#'
1747
1748
- # Enable Paraview integration only if explicitly requested
1749
- if user_dict['__ENABLE_PREVIEW__'].lower() == 'true':
1750
- user_dict['__PREVIEW_COMMENTED__'] = ''
1751
- # Paraview requires websockets and http proxy
1752
- user_dict['__WEBSOCKETS_COMMENTED__'] = ''
1753
- user_dict['__PROXY_HTTP_COMMENTED__'] = ''
1754
- else:
1755
- user_dict['__PREVIEW_COMMENTED__'] = '#'
1756
-
1757
dev_suffix = '$(echo ${APACHE_CONFDIR} | sed "s@/etc/${APACHE_DAEMON}@@")'
1758
if user_dict['__ENABLE_DEV_ACCOUNTS__'].lower() == "true":
1759
user_dict['__APACHE_SUFFIX__'] = dev_suffix
0 commit comments