Skip to content

Commit

Permalink
fix: using correct path for suri_reloader inside docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor authored and pevma committed Apr 17, 2024
1 parent 28608c8 commit cb5bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scirius/bin/start-scirius.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ start() {
python manage.py collectstatic --noinput
echo "Starting suri-reloader daemon..."
rm -f /var/run/suri_reloader.pid
python /opt/scirius/suricata/scripts/suri_reloader &
python /opt/scirius/docker/scirius/suricata/scripts/suri_reloader &
echo "Starting scirius server..."
if [ "$DEBUG" == "True" ]; then
echo DEBUG
Expand Down

0 comments on commit cb5bf61

Please sign in to comment.