Update colabkobold.sh

Bugfix
This commit is contained in:
henk717 2021-11-29 18:42:40 +01:00
parent 4244b588cb
commit 9e3318c696
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# KoboldAI Easy Deployment Script by Henk717
# read the options
TEMP=`getopt -o m:i:p:c:d:a:l:z:g:t: --long model:,init:,path:,configname:,download:,aria2:,dloc:7z:git:tar: -- "$@"`
TEMP=`getopt -o m:i:p:c:d:a:l:z:g:t:n: --long model:,init:,path:,configname:,download:,aria2:,dloc:7z:git:tar:ngrok: -- "$@"`
eval set -- "$TEMP"
# extract options and their arguments into variables.