Correction récupération des options
This commit is contained in:
parent
236f498ebf
commit
058ec366d6
|
@ -98,10 +98,10 @@ function post_message {
|
||||||
|
|
||||||
function main {
|
function main {
|
||||||
get_config
|
get_config
|
||||||
get_options $@
|
get_options "$@"
|
||||||
|
|
||||||
login "$RC_LOGIN" "$RC_PASSWORD"
|
login "$RC_LOGIN" "$RC_PASSWORD"
|
||||||
post_message "$RC_CHANNEL" "$RC_MESSAGE" "$RC_EMOJI" "$RC_ALIAS"
|
post_message "$RC_CHANNEL" "$RC_MESSAGE" "$RC_EMOJI" "$RC_ALIAS"
|
||||||
}
|
}
|
||||||
|
|
||||||
main $@
|
main "$@"
|
Loading…
Reference in New Issue