Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyongliang committed Nov 9, 2022
1 parent 9707891 commit 079d30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.sh
Expand Up @@ -60,7 +60,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 [[ -f .git -o -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 079d30b

Please sign in to comment.