moved log file

This commit is contained in:
Ämin Baumeler 2025-06-28 13:09:36 +02:00
parent 96b1c76137
commit d7dc02979b

View File

@ -11,7 +11,7 @@ err() {
# #
# @input $1: Debug message # @input $1: Debug message
debug() { debug() {
echo "$(date +"%D %T.%N"): $1" >>"fzf-vcal.debug" echo "$(date +"%D %T.%N"): $1" >>"/tmp/fzf-vcal.debug"
} }
# Print date or datetime in a human and machine readable form. # Print date or datetime in a human and machine readable form.