clamav: adjust a few more things

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-03-06 16:58:25 +01:00
parent aa452b4613
commit a661b488c3
4 changed files with 9 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/bash
if [ "$(echo "PING" | nc 127.0.0.1 3310)" != "PONG" ]; then
echo "ERROR: Unable to contact server"