mirror of
https://github.com/minoplhy/scriptbox.git
synced 2024-12-05 01:46:57 +00:00
sysstat_webhook : add o: to arguments
This commit is contained in:
parent
7f3da3aa98
commit
1ccca2e43d
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
while getopts 'w:crdnf:' flag
|
||||
while getopts 'w:crdnf:o:' flag
|
||||
do
|
||||
case "${flag}" in
|
||||
w) webhook_url=${OPTARG};; # Discord Webhook URL
|
||||
|
Loading…
Reference in New Issue
Block a user