Skip to content

Commit

Permalink
Fix: Remove tail command from gvmd startup script.
Browse files Browse the repository at this point in the history
Remove tail command since messages are now logged to stderr by
default
  • Loading branch information
a-h-abdelsalam authored and timopollmeier committed Nov 15, 2024
1 parent 0c4aff7 commit b3c8abf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .docker/start-gvmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,4 @@ gvmd --modify-setting 78eceaec-3385-11ea-b237-28d24461215b --value "$uid"

echo "starting gvmd"
gvmd $GVMD_ARGS ||
(cat /var/log/gvm/gvmd.log && exit 1)

tail -f /var/log/gvm/gvmd.log
(echo "Starting gvmd failed" && exit 1)

0 comments on commit b3c8abf

Please sign in to comment.