Fix an issue with clamav (#1637)
This commit is contained in:
Родитель
332ca48732
Коммит
acf242fb09
|
@ -129,7 +129,7 @@ case "$choice" in
|
|||
AV_PATH=""
|
||||
;;
|
||||
"Copy to a folder")
|
||||
ARGUMENT="--move="
|
||||
ARGUMENT="--copy="
|
||||
AV_PATH="/root/.clamav/clamav-fullscan.jail"
|
||||
msg_box "We will copy the files to '$AV_PATH'"
|
||||
mkdir -p "$AV_PATH"
|
||||
|
@ -137,7 +137,7 @@ case "$choice" in
|
|||
chmod -R 600 "$AV_PATH"
|
||||
;;
|
||||
"Move to a folder")
|
||||
ARGUMENT="--copy="
|
||||
ARGUMENT="--move="
|
||||
AV_PATH="/root/.clamav/clamav-fullscan.jail"
|
||||
msg_box "We will move the files to '$AV_PATH'"
|
||||
mkdir -p "$AV_PATH"
|
||||
|
|
Загрузка…
Ссылка в новой задаче