Update start.sh

10 seconds is sometime to fast. WebWolf will fail to start if the database of WebGoat is not up.
This commit is contained in:
René Zubcevic 2021-09-17 17:10:15 +02:00 committed by Nanne Baars
parent 42369816c9
commit a4218b0016

View File

@ -16,7 +16,7 @@ java \
--add-opens java.base/java.io=ALL-UNNAMED \
-jar webgoat.jar --webgoat.build.version="$1" --server.address=0.0.0.0 > webgoat.log &
sleep 10
sleep 30
echo "Starting WebWolf..."
java -Duser.home=/home/webgoat -Dfile.encoding=UTF-8 -jar webwolf.jar --webgoat.build.version=$1 --server.address=0.0.0.0 > webwolf.log &