fix: Fixes initializing script for backend-legacy.
This commit is contained in:
parent
1237a31f8b
commit
af37abf075
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -18,7 +18,7 @@ if [ ! -d "backend/.tmp" ]; then
|
|||
fi
|
||||
|
||||
if [ ! -f "backend-legacy/.env" ]; then
|
||||
cp api/dev.env api/.env
|
||||
cp backend-legacy/dev.env backend-legacy/.env
|
||||
fi
|
||||
|
||||
if [ ! -d "backend-legacy/node_modules" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue