mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Remove unnecessary .env parsing from startup script
This commit is contained in:
parent
32cd0f73d1
commit
9e2d0ee9c3
1 changed files with 0 additions and 2 deletions
2
start.sh
2
start.sh
|
@ -1,6 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# read .env values
|
|
||||||
awk -F= '$1 == "BACKEND_DEBUG" {print $2}' .env
|
|
||||||
|
|
||||||
echo "Running as: $RUN_TYPE"
|
echo "Running as: $RUN_TYPE"
|
||||||
cd backend/
|
cd backend/
|
||||||
|
|
Loading…
Reference in a new issue