Skip to content

Commit

Permalink
do not remove existing source/catalog dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
ngwese committed Oct 29, 2019
1 parent 2baca99 commit d9c99ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/project-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ DATA_DIR=~/dust/data
INST_DIR=~/maiden

# setup source and catalog dirs
rm -rf $DATA_DIR/sources && mkdir -pv $DATA_DIR/sources
rm -rf $DATA_DIR/catalogs && mkdir -pv $DATA_DIR/catalogs
mkdir -pv $DATA_DIR/sources
mkdir -pv $DATA_DIR/catalogs

# copy initial contents; ignoring failures
set +e
Expand Down

0 comments on commit d9c99ae

Please sign in to comment.