Spaces:
Sleeping
Sleeping
pengdaqian
commited on
Commit
•
b10f399
1
Parent(s):
86d2c3b
change
Browse files
init
CHANGED
@@ -15,7 +15,7 @@ if [ ! -d "/run/clamav" ]; then
|
|
15 |
fi
|
16 |
|
17 |
# Assign ownership to the database directory, just in case it is a mounted volume
|
18 |
-
chown -R clamav:clamav /var/lib/clamav
|
19 |
|
20 |
# run command if it is not starting with a "-" and is an executable in PATH
|
21 |
if [ "${#}" -gt 0 ] && \
|
|
|
15 |
fi
|
16 |
|
17 |
# Assign ownership to the database directory, just in case it is a mounted volume
|
18 |
+
#chown -R clamav:clamav /var/lib/clamav
|
19 |
|
20 |
# run command if it is not starting with a "-" and is an executable in PATH
|
21 |
if [ "${#}" -gt 0 ] && \
|