aboutsummaryrefslogtreecommitdiffstats
path: root/webui.sh
diff options
context:
space:
mode:
authorMalumaDev <piano.lu92@gmail.com>2022-10-15 14:20:17 +0000
committerGitHub <noreply@github.com>2022-10-15 14:20:17 +0000
commit7b7561f6e4be3b591d845f14743bac2069e6428e (patch)
treef7ef27ffad7017c0d3cbd9b7a899c4308339885d /webui.sh
parent37d7ffb415cd8c69b3c0bb5f61844dde0b169f78 (diff)
parentd3ffc962dd1d5c8d0ed763a9d05832c153ff15ea (diff)
downloadstable-diffusion-webui-gfx803-7b7561f6e4be3b591d845f14743bac2069e6428e.tar.gz
stable-diffusion-webui-gfx803-7b7561f6e4be3b591d845f14743bac2069e6428e.tar.bz2
stable-diffusion-webui-gfx803-7b7561f6e4be3b591d845f14743bac2069e6428e.zip
Merge branch 'master' into test_resolve_conflicts
Diffstat (limited to 'webui.sh')
-rwxr-xr-xwebui.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/webui.sh b/webui.sh
index 05ca497d..980c0aaf 100755
--- a/webui.sh
+++ b/webui.sh
@@ -82,8 +82,8 @@ then
clone_dir="${PWD##*/}"
fi
-# Check prequisites
-for preq in git python3
+# Check prerequisites
+for preq in "${GIT}" "${python_cmd}"
do
if ! hash "${preq}" &>/dev/null
then