mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
no message
This commit is contained in:
parent
7fb854fb48
commit
d5eb3716aa
2
cmd
2
cmd
@ -330,7 +330,7 @@ https_auto() {
|
|||||||
|
|
||||||
env_get() {
|
env_get() {
|
||||||
local key=$1
|
local key=$1
|
||||||
local value=`cat ${cur_path}/.env | grep "^$key=" | awk -F '=' '{print $2}'`
|
local value=`cat ${cur_path}/.env | grep "^$key=" | awk -F '=' '{print $2}' | tr -d '\r\n'`
|
||||||
echo "$value"
|
echo "$value"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user