aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParityError <36368048+ParityError@users.noreply.github.com>2023-03-12 15:10:44 -0700
committerGitHub <noreply@github.com>2023-03-12 15:10:44 -0700
commit5c051c0618bec1417827910b601ba915d0ca6c4e (patch)
tree9771bb7ce7401a8c4b487b349c45b55f3ee67429
parent6439e72df2cd2126734ce4a69c277502c4c9982d (diff)
Update webui.sh
Installation should not be assumed to be located within ~/home directory. User should be expected to install project anywhere and run the startup scripts while in stable-diffusion-webui directory. See issue #8534
-rwxr-xr-xwebui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.sh b/webui.sh
index b01e4fa9..cf649664 100755
--- a/webui.sh
+++ b/webui.sh
@@ -23,7 +23,7 @@ fi
# Install directory without trailing slash
if [[ -z "${install_dir}" ]]
then
- install_dir="($pwd)"
+ install_dir="$(pwd)"
fi
# Name of the subdirectory (defaults to stable-diffusion-webui)