diff options
-rw-r--r-- | webui-user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui-user.sh b/webui-user.sh index 74e8800c..bfa53cb7 100644 --- a/webui-user.sh +++ b/webui-user.sh @@ -4,7 +4,7 @@ ######################################################### # Install directory without trailing slash -#install_dir="$(pwd)" +#install_dir="/home/$(whoami)" # Name of the subdirectory #clone_dir="stable-diffusion-webui" |