aboutsummaryrefslogtreecommitdiff
path: root/webui.sh
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-12-24 11:50:52 +0300
committerGitHub <noreply@github.com>2022-12-24 11:50:52 +0300
commitebd36c62b35355dbf2c109cdd8498d3fc92383ca (patch)
treea94f56d7850dd344df80103ff9859f03f0eb144c /webui.sh
parente9bf62da8b0d09eb05bd36d8da0866e46c63c6aa (diff)
parentcb64439f41bfaec168704751609d4afa47d6f2e9 (diff)
Merge pull request #5669 from codefionn/master
Bugfix: Use /usr/bin/env bash instead of just /bin/bash
Diffstat (limited to 'webui.sh')
-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 #