sysstat_webhook : add o: to arguments

This commit is contained in:
minoplhy 2023-11-02 12:02:43 +07:00
parent 7f3da3aa98
commit 1ccca2e43d
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -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