Skip to content

Commit

Permalink
revise webui.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyongliang committed Dec 12, 2022
1 parent 7b26d01 commit 7377a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.sh
Expand Up @@ -81,7 +81,7 @@ printf "\e[1m\e[32mInstall script for stable-diffusion + Web UI\n"
printf "\e[1m\e[34mTested on Debian 11 (Bullseye)\e[0m"
printf "\n%s\n" "${delimiter}"

if [[ -d .git ]]
if [ -f .git -o -d .git ]
then
printf "\n%s\n" "${delimiter}"
printf "Repo already cloned, using it as install directory"
Expand Down

0 comments on commit 7377a1f

Please sign in to comment.