Skip to content

Commit

Permalink
Fixed ospd socket referenence in start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Knauss committed Mar 19, 2020
1 parent e41d785 commit 7038c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if [ -S /tmp/ospd.sock ]; then
fi

echo "Starting Open Scanner Protocol daemon for OpenVAS..."
ospd-openvas --log-file /usr/local/var/log/gvm/ospd-openvas.log --unix-socket /tmp/ospd.sock --log-level INFO
ospd-openvas --log-file /usr/local/var/log/gvm/ospd-openvas.log --unix-socket /var/run/openvassd.sock --log-level INFO

while [ ! -S /tmp/ospd.sock ]; do
sleep 1
Expand Down

0 comments on commit 7038c91

Please sign in to comment.