mirror of
https://github.com/archtechx/tenancy-queue-tester.git
synced 2025-12-12 06:44:05 +00:00
replace all shebangs with bash
This commit is contained in:
parent
0e904023e1
commit
716f7a524f
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
tag="tenancy-queue-test-cli"
|
tag="tenancy-queue-test-cli"
|
||||||
php="8.4"
|
php="8.4"
|
||||||
|
|
|
||||||
2
setup.sh
2
setup.sh
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
TENANCY_VERSION=${TENANCY_VERSION:-"dev-master"}
|
TENANCY_VERSION=${TENANCY_VERSION:-"dev-master"}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue