Unverified Commit 1dc21d79 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub
Browse files

Merge pull request #9677 from weidongkl/master

fix install_dir error
parents b06205ea 152ed34c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ fi
# Install directory without trailing slash
# Install directory without trailing slash
if [[ -z "${install_dir}" ]]
if [[ -z "${install_dir}" ]]
then
then
    install_dir="/home/$(whoami)"
    install_dir="${HOME}"
fi
fi


# Name of the subdirectory (defaults to stable-diffusion-webui)
# Name of the subdirectory (defaults to stable-diffusion-webui)