ref bash functions
This commit is contained in:
parent
321544578e
commit
88de2e74ff
@ -244,8 +244,8 @@ cleanup-downloads() {
|
||||
|
||||
touch "${log_file}"
|
||||
|
||||
echo "$(date -Iseconds) : Start cleanup" >> "${log_file}"
|
||||
cleanup-directory "${downloads_directory}" >> "${log_file}"
|
||||
echo "$(date -Iseconds) : Start cleanup" | tee -a "${log_file}"
|
||||
cleanup-directory "${downloads_directory}" | tee -a "${log_file}"
|
||||
}
|
||||
|
||||
_bak() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user