#1024: Update landing page

This commit is contained in:
Nanne Baars
2021-08-14 12:33:28 +02:00
committed by Nanne Baars
parent 9cc0ae5c38
commit c8fad66973
4 changed files with 69 additions and 49 deletions

View File

@ -11,6 +11,6 @@ sleep 10
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 &
echo "Browse to http://localhost" to get started >> webgoat.log
echo "Browse to http://localhost to get started" >> webgoat.log
tail -300f webgoat.log