Skip to content
Snippets Groups Projects
Commit f7e6d195 authored by sveseli's avatar sveseli
Browse files

remove DM_DATA_DIR, no need to create this directory

parent f93add69
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@ if [ -z "${DM_ROOT_DIR}" ]; then
DM_ROOT_DIR=$MY_DIR/..
fi
DM_SUPPORT_DIR=$DM_ROOT_DIR/../support
#DM_DATA_DIR=$DM_ROOT_DIR/../data
execute() {
echo "Executing: $@"
......@@ -39,10 +38,4 @@ execute svn update
execute $DM_SUPPORT_DIR/bin/clean_support_all.sh
execute $DM_SUPPORT_DIR/bin/install_support_${supportType}.sh
#if [ ! -d $DM_DATA_DIR ]; then
# echo "Creating data directory"
# mkdir -p "$DM_DATA_DIR"
#fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment