mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
fix data/
This commit is contained in:
@@ -158,11 +158,8 @@ if [[ ! -f modules/custom_scheduler.py ]]; then
|
||||
fi
|
||||
|
||||
# copy contents of etc/data to data/
|
||||
if [[ -d data ]]; then
|
||||
printf "\nCopying data templates to data/ directory\n"
|
||||
mkdir -p data
|
||||
cp etc/data/* data/
|
||||
fi
|
||||
printf "\nCopying data templates to data/ directory\n"
|
||||
cp -r etc/data/* data/
|
||||
|
||||
# generate config file, check if it exists
|
||||
if [[ -f config.ini ]]; then
|
||||
|
||||
Reference in New Issue
Block a user