Content: Switch from set -eu to set -e for more robust error handling
@ -1,5 +1,5 @@
#!/bin/bash
set -eu
set -e
ARGS=("${@-}")
The note is not visible to the blocked user.