This commit is contained in:
thek4n 2024-10-28 11:16:57 +03:00
parent 88de2e74ff
commit 7a76792eac

View File

@ -60,7 +60,7 @@ va() {
source "${1}/bin/activate"
return 0
fi
echo "va: error: virtual environment ${1} not found, use python3 -m virtualenv venv" >&2
echo "va: error: virtual environment ${1} not found, use 'python3 -m virtualenv ${1}'" >&2
return 1
fi
@ -244,7 +244,7 @@ cleanup-downloads() {
touch "${log_file}"
echo "$(date -Iseconds) : Start cleanup" | tee -a "${log_file}"
echo "$(date -Iseconds) : Start cleanup" >> "${log_file}"
cleanup-directory "${downloads_directory}" | tee -a "${log_file}"
}