sysstat_webhook : add o: to arguments
This commit is contained in:
parent
7f3da3aa98
commit
1ccca2e43d
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
while getopts 'w:crdnf:' flag
|
while getopts 'w:crdnf:o:' flag
|
||||||
do
|
do
|
||||||
case "${flag}" in
|
case "${flag}" in
|
||||||
w) webhook_url=${OPTARG};; # Discord Webhook URL
|
w) webhook_url=${OPTARG};; # Discord Webhook URL
|
||||||
|
Loading…
Reference in New Issue
Block a user