Skip to content
Snippets Groups Projects
Commit 73358757 authored by Roy Xu's avatar Roy Xu
Browse files

Changed env reading from xargs to source for a better parsing

parent c7625ff2
1 merge request!3Removed some vulnerable dependancies; dockerize the nodejs program
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# [ROY] 20250525 # [ROY] 20250525
set -e set -e
set -x set -x
export $(cat .env | xargs) source ./.env
# this path should be injected as envvar; only use it as debug # this path should be injected as envvar; only use it as debug
#COKELOGFILE=/home/other/coke/cokelog #COKELOGFILE=/home/other/coke/cokelog
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment