Skip to content

Commit 4ac253b

Browse files
authored
Fixed config.sh source path
1 parent 9219ca3 commit 4ac253b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vbc_token.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
source "../../config.sh"
2+
source "config.sh"
33

44
function jsonval {
55
temp=`echo $json | sed 's/\\\\\//\//g' | sed 's/[{}]//g' | awk -v k="text" '{n=split($0,a,","); for (i=1; i<=n; i++) print a[i]}' | sed 's/\"\:\"/\|/g' | sed 's/[\,]/ /g' | sed 's/\"//g' | grep -w $prop`

0 commit comments

Comments
 (0)