diff --git a/containerctl b/containerctl index 2f2275f..c61c69d 100755 --- a/containerctl +++ b/containerctl @@ -9,7 +9,7 @@ LOG="${LOGDIR}/${TODAY}" log_error() { - printf '[%b] (EE) %b\n' "${@}" | tee -a "${LOG}" + printf '[%b] (EE) %b\n' "${TODAY}" "${@}" | tee -a "${LOG}" } list_dir()