Skip to content

Commit

Permalink
corrected typo in single.sh for issue #317
Browse files Browse the repository at this point in the history
  • Loading branch information
immauss committed Dec 16, 2024
1 parent 4ce8b2c commit f1ee494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion scripts/single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion update.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sun Dec 15 02:31:18 AM UTC 2024
Mon Dec 16 02:31:11 AM UTC 2024

0 comments on commit f1ee494

Please sign in to comment.