Update script to use global header file
This commit is contained in:
parent
6a4069853a
commit
10fa0a7ffa
@ -1,10 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# If a command fails, exit the script
|
||||
set -e
|
||||
# script/update: Update dependencies
|
||||
|
||||
# Ensure we are in the app root directory (not the /script directory)
|
||||
cd "$(dirname "${0}")/.."
|
||||
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
||||
|
||||
# Update dependencies
|
||||
script/bootstrap
|
||||
# Run the bootstrap script
|
||||
source ./script/bootstrap
|
||||
|
Loading…
x
Reference in New Issue
Block a user