From 049c60c6e3e847953fb1908369636cff4f8fc827 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Fri, 17 Feb 2023 10:11:28 -0600 Subject: [PATCH] Remove cp to src/main/ui for nf-one --- qqq-dev-tools/bin/setup-environments.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/qqq-dev-tools/bin/setup-environments.sh b/qqq-dev-tools/bin/setup-environments.sh index 17a3e0a7..dd4dcff9 100755 --- a/qqq-dev-tools/bin/setup-environments.sh +++ b/qqq-dev-tools/bin/setup-environments.sh @@ -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 }