Merge branch 'consolidated_install_scripts' of https://github.com/jstayco/kohya_ss into consolidated_install_scripts

This commit is contained in:
JSTayco 2023-03-29 10:53:21 -07:00
commit 9257f1dd05

View File

@ -36,7 +36,6 @@ while getopts "b:d:g:r-:" opt; do
OPTARG="${OPTARG#=}" # if long option argument, remove assigning `=`
fi
case $opt in
# note the leading colon
b | branch) BRANCH="$OPTARG" ;;
d | dir) DIR="$OPTARG" ;;
g | git-repo) GIT_REPO="$OPTARG" ;;