From 60f1368dd8e31f2b9b33d63ecc996584690a21b1 Mon Sep 17 00:00:00 2001 From: Andy Loftus Date: Thu, 26 Sep 2024 04:31:26 +0000 Subject: [PATCH] fix setup dont create jira_cleanup or wiki_cleanup dirs --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 04bbc99..2436a22 100755 --- a/setup.sh +++ b/setup.sh @@ -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"