We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e9142 commit 363da1dCopy full SHA for 363da1d
flex-linux-setup/flex_linux_setup/flex_setup.py
@@ -410,6 +410,8 @@ def install_gluu_admin_ui(self):
410
411
def install_casa(self):
412
413
+ self.source_files = [(self.casa_war_fn,)]
414
+
415
print("Adding twillo and casa config to jans-auth")
416
self.copyFile(self.casa_config_fn, self.jans_auth_custom_lib_dir)
417
self.copyFile(self.twillo_fn, self.jans_auth_custom_lib_dir)
0 commit comments