ha-core/script/update

10 lines
144 B
Bash
Executable File

#!/bin/sh
# Update application to run for its current checkout.
# Stop on errors
set -e
cd "$(dirname "$0")/.."
git pull
git submodule update