Remove cp to src/main/ui for nf-one

This commit is contained in:
2023-02-17 10:11:28 -06:00
parent 9659e5b9ea
commit 049c60c6e3

View File

@ -129,14 +129,6 @@ function createDotEnv
rm -rf .env
op read "${NUTRIFRESH_OP_LOCATION}${repoName}/environment" > .env
#####################################################################
## assume this is Nutrifresh One and copy down to the ui directory ##
#####################################################################
echo "${TAB}Copying .env to src/main/ui..."
cd src/main/ui || exit
rm -rf .env
cp ../../../.env .
fi
}