Skip to content

Commit

Permalink
fix: flex-linux-setup missing source_files definition for casa
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Nov 2, 2022
1 parent 31e9142 commit 363da1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flex-linux-setup/flex_linux_setup/flex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,8 @@ def install_gluu_admin_ui(self):

def install_casa(self):

self.source_files = [(self.casa_war_fn,)]

print("Adding twillo and casa config to jans-auth")
self.copyFile(self.casa_config_fn, self.jans_auth_custom_lib_dir)
self.copyFile(self.twillo_fn, self.jans_auth_custom_lib_dir)
Expand Down

0 comments on commit 363da1d

Please sign in to comment.