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

View File

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