Merge pull request #5669 from codefionn/master

Bugfix: Use /usr/bin/env bash instead of just /bin/bash
This commit is contained in:
AUTOMATIC1111 2022-12-24 11:50:52 +03:00 committed by GitHub
commit ebd36c62b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 #