Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
andylytical committed Feb 4, 2024
1 parent 8295e87 commit 2825dad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion cleanup/initial_setup.py → cleanup/jira_setup_ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,13 @@ def set_general_config():
r = post_sudo_path( path, data )



def run():
# starttime = time.time()

set_banner()

set_general_config()

# elapsed = time.time() - starttime
# logging.info( f'Finished in {elapsed} seconds!' )

Expand Down

0 comments on commit 2825dad

Please sign in to comment.