Set base url in bootstrap script by default.
This commit is contained in:
parent
a8eaaf9739
commit
09f8488893
2 changed files with 2 additions and 3 deletions
|
@ -11,8 +11,7 @@ usage() {
|
|||
BASE_URL="${1}"
|
||||
|
||||
if [ -z "${BASE_URL}" ]; then
|
||||
usage
|
||||
exit 1
|
||||
BASE_URL="https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent"
|
||||
fi
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue