Skip to content

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
dont create jira_cleanup or wiki_cleanup dirs
  • Loading branch information
andylytical committed Sep 26, 2024
1 parent dcc1408 commit 60f1368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TS=$(date +%s)
INSTALL_DIR="${HOME}"/atlassian-tools

# Install regular dir contents
for d in bin conf lib jira_cleanup wiki_cleanup ; do
for d in bin conf lib ; do
tgt="$INSTALL_DIR/$d"
src="$BASE/$d"
mkdir -p "$tgt"
Expand Down

0 comments on commit 60f1368

Please sign in to comment.