use 'exec "$@"'
@ -20,14 +20,13 @@ USAGE
}
wait_for() {
command="$*"
for i in `seq $TIMEOUT` ; do
nc -z "$HOST" "$PORT" > /dev/null 2>&1
result=$?
if [ $result -eq 0 ] ; then
if [ -n "$command" ] ; then
exec $command
if [ $# -gt 0 ] ; then
exec "$@"
fi
exit 0
The note is not visible to the blocked user.