This commit is contained in:
szaimen 2020-10-31 14:49:37 +01:00 коммит произвёл GitHub
Родитель 332ca48732
Коммит acf242fb09
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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"