Remove unnecessary .env parsing from startup script

This commit is contained in:
Keannu Bernasol 2024-09-01 18:07:56 +08:00
parent 32cd0f73d1
commit 9e2d0ee9c3

View file

@ -1,6 +1,4 @@
#!/bin/bash
# read .env values
awk -F= '$1 == "BACKEND_DEBUG" {print $2}' .env
echo "Running as: $RUN_TYPE"
cd backend/