Skip to content

Commit

Permalink
fix: flex-linus-setup code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jul 11, 2022
1 parent d92b21a commit c10bdd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flex-linux-setup/flex_linux_setup/flex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ def add_apache_directive(self, check_str, template):
https_jans_list.insert(n+1, '\n' + apache_directive_text + '\n')
self.writeFile(httpd_installer.https_jans_fn, '\n'.join(https_jans_list))

self.enable_apache_mod_dir()

def enable_apache_mod_dir(self):

# Enable mod_dir for apache

cmd_a2enmod = shutil.which('a2enmod')
Expand Down

0 comments on commit c10bdd3

Please sign in to comment.