aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/setup8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/setup b/bin/setup
index a2d27a4..342d22a 100755
--- a/bin/setup
+++ b/bin/setup
@@ -47,11 +47,11 @@ if [ "$1" = "--install" ]; then
fi
-if [ ! -f .env ]; then
- cp .env.sample .env
+if [ ! -f license-generator/.env ]; then
+ cp license-generator/env.sample license-generator/.env
fi
-vim .env
-source .env
+vim license-generator/.env
+source license-generator/.env
migrate-up