Merge branch 'master' into wireguard
This commit is contained in:
commit
9d06479695
@ -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
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user