mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-06-23 20:25:28 +08:00
Merge pull request 'fix-infrastructure-objects: Don't assume /bin/bash to be present' (#321) from zhaofengli/registry:fix-bin-bash into master
Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/321 Reviewed-by: schema-checker <schema-checker@noreply.dn42.us>
This commit is contained in:
commit
6f5607c558
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue