mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Merge pull request #5669 from codefionn/master
Bugfix: Use /usr/bin/env bash instead of just /bin/bash
This commit is contained in:
commit
ebd36c62b3
2
webui.sh
2
webui.sh
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#################################################
|
#################################################
|
||||||
# Please do not make any changes to this file, #
|
# Please do not make any changes to this file, #
|
||||||
# change the variables in webui-user.sh instead #
|
# change the variables in webui-user.sh instead #
|
||||||
|
Loading…
Reference in New Issue
Block a user