fix a potential hang before it occurs

milan
BodgeMaster 2022-02-20 08:40:57 +01:00
parent 97f8b2bc7a
commit 7ed5d26a75
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ $(date "+%Y-%m-%d %I:%M:%S%p UTC%:z")
# build the thing into a big jar with all the dependencies
mvn clean compile assembly:single
cat /dev/urandom | head -c 10 | base64 > id.txt
dd if=/dev/urandom bs=1 count=20 | base64 > id.txt
# TODO: Somehow tell a service that manages the bot to shut it down and replace it with the updated version?
echo "================================================================================