send error log message to stderr

This commit is contained in:
2024-09-30 12:44:36 +02:00
parent e8b2555b6b
commit 8af91ec36a

View File

@@ -523,7 +523,7 @@ function main() {
break
;;
*)
echo "invalid command '$cmd'" >&$LOG
echo "invalid command '$cmd'" >&2
cmd=""
;;
esac