diff --git a/setup.sh b/setup.sh index 2436a22..7bde411 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 ; do +for d in bin cleanup conf lib ; do tgt="$INSTALL_DIR/$d" src="$BASE/$d" mkdir -p "$tgt"