These are errors because of your shell interpreter, where -
is the start of an option for commands (e.g., command -h
) and ;
is end of a command, which can be then followed by other commands.
You have to enclose them in single/double quotes or other type of quoting that is specified by your shell.
For further discussions on this topic, use sr-users mailing list.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4137/2665795222@github.com>
These are errors because of your shell interpreter, where -
is the start of an option for commands (e.g., command -h
) and ;
is end of a command, which can be then followed by other commands.
You have to enclose them in single/double quotes or other type of quoting that is specified by your shell.
For further discussions on this topic, use sr-users mailing list.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4137/2665795222@github.com>