fix: Change shebang to `sh` (conform to dev guide)
parent
6b0b520ec2
commit
85bb20108a
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
# Deploy script for HPE iLO4
|
# Deploy script for HPE iLO4
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue