Skip to content

Commit b71be9b

Browse files
fix: remove render secrets ref
Owned by root
1 parent c3e01d1 commit b71be9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

startup.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ fi
4646
# set the environment file
4747
if [[ $(uname -s) = "Darwin" ]] || [[ "$PRIVATE_IP" =~ 192.168 ]]; then
4848
ENV_FILE="${TLD}/.env"
49-
else
50-
ENV_FILE="/etc/secrets/.env"
5149
fi
5250

5351
# set the environment variables

0 commit comments

Comments
 (0)