diff options
author | Frank Tao <48634762+onyasumi@users.noreply.github.com> | 2023-07-03 07:17:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-03 07:17:27 +0000 |
commit | e33e2c51753b91d836aabc52f1f8d67d7de05f86 (patch) | |
tree | 304d4ff0644fea57ae7d42c8e17649bba1d682e5 | |
parent | 5a32d4fcb195f7ee5be2617d9f776c01fd0437b7 (diff) | |
download | stable-diffusion-webui-gfx803-e33e2c51753b91d836aabc52f1f8d67d7de05f86.tar.gz stable-diffusion-webui-gfx803-e33e2c51753b91d836aabc52f1f8d67d7de05f86.tar.bz2 stable-diffusion-webui-gfx803-e33e2c51753b91d836aabc52f1f8d67d7de05f86.zip |
Update webui.sh
-rwxr-xr-x | webui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ fi # Install directory without trailing slash if [[ -z "${install_dir}" ]] then - install_dir="$(dirname "$0")" + install_dir="$SCRIPT_DIR" fi # Name of the subdirectory (defaults to stable-diffusion-webui) |