update path

This commit is contained in:
Adrien Marquès 2018-05-30 09:07:59 +02:00
parent 282e36c74e
commit a6fb9b7a2a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# (1) Get default path # # (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 # fail if do not exist
test -d $DEFAULT_PATH || (echo "$DEFAULT_PATH does not exists.. aborting"; exit 1) || exit 1; test -d $DEFAULT_PATH || (echo "$DEFAULT_PATH does not exists.. aborting"; exit 1) || exit 1;