fix
This commit is contained in:
parent
88de2e74ff
commit
7a76792eac
@ -60,7 +60,7 @@ va() {
|
|||||||
source "${1}/bin/activate"
|
source "${1}/bin/activate"
|
||||||
return 0
|
return 0
|
||||||
fi
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -244,7 +244,7 @@ cleanup-downloads() {
|
|||||||
|
|
||||||
touch "${log_file}"
|
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}"
|
cleanup-directory "${downloads_directory}" | tee -a "${log_file}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user