From f1ee494c39749d924c505ab431b144c43d0c6ea5 Mon Sep 17 00:00:00 2001 From: GE Scott Knauss Date: Mon, 16 Dec 2024 11:23:16 +0000 Subject: [PATCH] corrected typo in single.sh for issue #317 --- Readme.md | 2 +- scripts/single.sh | 2 +- update.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 418901f..4a5e797 100644 --- a/Readme.md +++ b/Readme.md @@ -30,7 +30,7 @@ For docs on the web interface and scanning, use Greenbone's docs [here](https:// # Docker Tags # tag | Description ----------------|------------------------------------------------------------------- -24.12.02 | This is the latest based on GVMd 24 available on x86_64 and arm64. +24.12.03 | This is the latest based on GVMd 24 available on x86_64 and arm64. 21.04.09 | This is the last 21.4 build. 20.08.04.6 | The last 20.08 image pre-20.08 | This is the last image from before the 20.08 update. diff --git a/scripts/single.sh b/scripts/single.sh index b91b54f..9536d07 100755 --- a/scripts/single.sh +++ b/scripts/single.sh @@ -472,7 +472,7 @@ echo "Starting Open Scanner Protocol daemon for OpenVAS..." chgrp gvm /var/run/ospd/ospd.sock chgrp gvm /var/run/ospd/ospd-openvas.sock -if [ SKIPGSAD == "false" ]; then +if [ $SKIPGSAD == "false" ]; then echo "Starting Greenbone Security Assistant..." #su -c "gsad --verbose --http-only --no-redirect --port=9392" gvm if [ $HTTPS == "true" ]; then diff --git a/update.ts b/update.ts index ff1022c..bf6cca5 100644 --- a/update.ts +++ b/update.ts @@ -1 +1 @@ -Sun Dec 15 02:31:18 AM UTC 2024 +Mon Dec 16 02:31:11 AM UTC 2024