aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-12-24 08:50:52 +0000
committerGitHub <noreply@github.com>2022-12-24 08:50:52 +0000
commitebd36c62b35355dbf2c109cdd8498d3fc92383ca (patch)
treea94f56d7850dd344df80103ff9859f03f0eb144c
parente9bf62da8b0d09eb05bd36d8da0866e46c63c6aa (diff)
parentcb64439f41bfaec168704751609d4afa47d6f2e9 (diff)
downloadstable-diffusion-webui-gfx803-ebd36c62b35355dbf2c109cdd8498d3fc92383ca.tar.gz
stable-diffusion-webui-gfx803-ebd36c62b35355dbf2c109cdd8498d3fc92383ca.tar.bz2
stable-diffusion-webui-gfx803-ebd36c62b35355dbf2c109cdd8498d3fc92383ca.zip
Merge pull request #5669 from codefionn/master
Bugfix: Use /usr/bin/env bash instead of just /bin/bash
-rwxr-xr-xwebui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.sh b/webui.sh
index 683c97d3..04ecbf76 100755
--- a/webui.sh
+++ b/webui.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#################################################
# Please do not make any changes to this file, #
# change the variables in webui-user.sh instead #