update path
This commit is contained in:
parent
282e36c74e
commit
a6fb9b7a2a
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# (1) Get default path #
|
||||
DEFAULT_PATH="`realpath $GOPATH`/src/git.xdrm.io/gfw/checker/default";
|
||||
DEFAULT_PATH="`realpath $GOPATH`/src/git.xdrm.io/xdrm-brackets/gfw/checker/default";
|
||||
# fail if do not exist
|
||||
test -d $DEFAULT_PATH || (echo "$DEFAULT_PATH does not exists.. aborting"; exit 1) || exit 1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue