send error log message to stderr
This commit is contained in:
@@ -523,7 +523,7 @@ function main() {
|
|||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "invalid command '$cmd'" >&$LOG
|
echo "invalid command '$cmd'" >&2
|
||||||
cmd=""
|
cmd=""
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user