Skip to content

Commit

Permalink
fix(jans-linux-setup): copy user-mgt-plugin (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Apr 19, 2022
1 parent 450c78c commit 8def41a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def install(self):
self.copyFile(self.source_files[1][0], self.libDir)
scim_plugin_path = os.path.join(self.libDir, os.path.basename(self.source_files[1][0]))
self.add_extra_class(scim_plugin_path)
self.copyFile(self.source_files[4][0], self.libDir)
user_mgt_plugin_path = os.path.join(self.libDir, os.path.basename(self.source_files[4][0]))
self.add_extra_class(user_mgt_plugin_path)
base.extract_file(
Expand Down

0 comments on commit 8def41a

Please sign in to comment.