diff options
| author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-12-24 11:50:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-24 11:50:52 +0300 |
| commit | ebd36c62b35355dbf2c109cdd8498d3fc92383ca (patch) | |
| tree | a94f56d7850dd344df80103ff9859f03f0eb144c | |
| parent | e9bf62da8b0d09eb05bd36d8da0866e46c63c6aa (diff) | |
| parent | cb64439f41bfaec168704751609d4afa47d6f2e9 (diff) | |
| download | stable-diffusion-webui-gfx803-ebd36c62b35355dbf2c109cdd8498d3fc92383ca.tar.gz | |
Merge pull request #5669 from codefionn/master
Bugfix: Use /usr/bin/env bash instead of just /bin/bash
| -rwxr-xr-x | webui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 # |
