Update script to use global header file

This commit is contained in:
Devon Mackay 2018-07-10 09:30:02 -04:00
parent 6a4069853a
commit 10fa0a7ffa

View File

@ -1,10 +1,8 @@
#!/bin/bash #!/bin/bash
# If a command fails, exit the script # script/update: Update dependencies
set -e
# Ensure we are in the app root directory (not the /script directory) source "$(dirname "${0}")"/../script/include/global_header.inc.sh
cd "$(dirname "${0}")/.."
# Update dependencies # Run the bootstrap script
script/bootstrap source ./script/bootstrap