add to list of allowed commands

This commit is contained in:
tleibert 2021-06-02 22:17:44 +00:00
parent 476ce5800f
commit 3e68146cf7

View file

@ -41,7 +41,7 @@ debug-log () {
fi
}
while getopts 'a:cd:e:f:hi:l:m:o:p:qr:s:t:u:vw:' FLAG; do
while getopts 'a:cd:e:f:hi:l:m:o:p:qr:s:t:u:vw:x:' FLAG; do
case $FLAG in
a) COMPRESSION_ALGORITHM=$OPTARG ;;
c) ENABLE_CHAT_MESSAGES=true ;;