We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183e90a commit 0deffe4Copy full SHA for 0deffe4
1 file changed
install/upgrade/versions/latest.sh
@@ -45,7 +45,7 @@ fi
45
# Remove deprecated line from ClamAV configuration file
46
if [ -e "/etc/clamav/clamd.conf" ]; then
47
clamd_conf_update_check=$(grep DetectBrokenExecutables /etc/clamav/clamd.conf)
48
- if [ ! -z $clamd_conf_update_check ]; then
+ if [ ! -z "$clamd_conf_update_check" ]; then
49
echo "(*) Updating ClamAV configuration..."
50
sed -i '/DetectBrokenExecutables/d' /etc/clamav/clamd.conf
51
fi
0 commit comments