Merge branch 'master' into wireguard

This commit is contained in:
Manevolent 2021-09-21 15:44:32 -06:00
commit 9d06479695
No known key found for this signature in database
GPG Key ID: 2E9B7592DFA4F344
2 changed files with 2 additions and 0 deletions

@ -6,6 +6,7 @@ EXPOSE 179
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
autoconf \ autoconf \
git \
bison \ bison \
build-essential \ build-essential \
curl \ curl \

1
run.sh

@ -48,6 +48,7 @@ do
echo $checkout_version > $version_file echo $checkout_version > $version_file
else else
echo "Update failed; version was not updated. Trying again in $delay seconds. For more details, see $log" echo "Update failed; version was not updated. Trying again in $delay seconds. For more details, see $log"
sleep $delay
continue continue
fi fi
fi fi