diff --git a/automated/run-lts.sh b/automated/run-lts.sh index 41ef1e26..947c4806 100755 --- a/automated/run-lts.sh +++ b/automated/run-lts.sh @@ -2,6 +2,11 @@ cd "$(dirname "${BASH_SOURCE[0]}")" +if [ -z "$1" ]; + echo "Usage: $0 lts-X.Y" + exit 1 +fi + git pull LOG_FILE="logs/$1-build-$(date -u +%F+%T).log" if [ -L $1-build.log ]; then