fix bash scripts shebang

v2.6.x-freebsd_fixes_2
Miro Stauder 2 years ago
parent 07c4765469
commit 0e03a0a6d5

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# make sure we have correct cwd
pushd $(dirname $0) &>/dev/null

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# chkconfig: 345 99 01
# description: High Performance and Advanced Proxy for MySQL and forks. \

Loading…
Cancel
Save